Searched refs:ENCODE_PLANAR (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | pcm.c | 85 #define ENCODE_PLANAR(type, endian, dst, n, shift, offset) \ macro 128 ENCODE_PLANAR(int32_t, le24, dst, n, 8, 0) in pcm_encode_frame() 158 ENCODE_PLANAR(uint8_t, byte, dst, n, 0, -128) in pcm_encode_frame() 170 ENCODE_PLANAR(int32_t, le32, dst, n, 0, 0) in pcm_encode_frame() 176 ENCODE_PLANAR(int16_t, le16, dst, n, 0, 0) in pcm_encode_frame() 196 ENCODE_PLANAR(int16_t, be16, dst, n, 0, 0) in pcm_encode_frame()
|