Go to the source code of this file.
Functions | |
| static av_always_inline uint16_t | bswap_16 (uint16_t x) |
| static av_always_inline uint32_t | bswap_32 (uint32_t x) |
| static uint64_t | bswap_64 (uint64_t x) |
| static double | bswap_dbl (double x) |
| static av_always_inline uint16_t bswap_16 | ( | uint16_t | x | ) | [static] |
Definition at line 42 of file libavutil/bswap.h.
Referenced by bswap_16_buf(), dca_convert_bitstream(), get_le16(), gray16_to_gray16(), gray16swap(), imc_decode_frame(), mtv_read_packet(), output_frame_end(), output_frame_footer(), palette8tobgr15(), palette8tobgr16(), and smka_decode_frame().
Definition at line 56 of file libavutil/bswap.h.
Referenced by asf_read_header(), av_crc_init(), avi_read_header(), body(), bswap_64(), bswap_buf(), bswap_dbl(), PESPacket::CalcCRC(), decode_frame(), get_le32(), NuppelDecoder::GetFrame(), mov_read_stsd(), mpegts_write_section(), NuppelDecoder::OpenFile(), png_write_chunk(), process_ea_header(), NuppelDecoder::ReadFileheader(), NuppelDecoder::ReadFrameheader(), shorten_decode_frame(), NuppelVideoRecorder::WriteFileHeader(), NuppelVideoRecorder::WriteFrameheader(), and NuppelVideoRecorder::WriteHeader().
Definition at line 97 of file libavutil/bswap.h.
Referenced by NuppelDecoder::OpenFile(), and NuppelVideoRecorder::WriteHeader().
| static double bswap_dbl | ( | double | x | ) | [inline, static] |
Definition at line 122 of file libavutil/bswap.h.
Referenced by NuppelDecoder::GetFrame(), NuppelDecoder::ReadFileheader(), and NuppelVideoRecorder::WriteFileHeader().
1.5.5