Searched refs:AV_RB16 (Results 1 - 25 of 175) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddnxhddec.c35 h = AV_RB16(p->buf + 0x18);
36 w = AV_RB16(p->buf + 0x1a);
H A Dmpeg.h68 (AV_RB16(buf+1) >> 1) << 15 |
69 AV_RB16(buf+3) >> 1;
H A Davr.c32 if (!AV_RB16(p->buf+12) || AV_RB16(p->buf+12) > 256) // channels
34 if (AV_RB16(p->buf+14) > 256) // bps
H A Dlmlm4.c41 frame_type = AV_RB16(buf+2);
44 if (!AV_RB16(buf) && frame_type <= LMLM4_MPEG1L2 && packet_size &&
48 if ((AV_RB16(buf+8) & 0xfffe) != 0xfffc)
H A Dcdxl.c58 if (AV_RB16(&p->buf[20]) > 512)
70 if (AV_RB32(&p->buf[2]) < AV_RB16(&p->buf[22]) + AV_RB16(&p->buf[20]) + CDXL_HEADER_SIZE)
78 if (AV_RB16(&p->buf[12]) != 1)
126 width = AV_RB16(&cdxl->header[14]);
127 height = AV_RB16(&cdxl->header[16]);
128 palette_size = AV_RB16(&cdxl->header[20]);
129 audio_size = AV_RB16(&cdxl->header[22]);
H A Dastdec.c33 if (!AV_RB16(p->buf + 10) ||
34 !AV_RB16(p->buf + 12) || AV_RB16(p->buf + 12) > 256 ||
H A Dh261dec.c35 if ((AV_RB16(&p->buf[i]) - 1) < 0xFFU) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Ddnxhddec.c35 h = AV_RB16(p->buf + 0x18);
36 w = AV_RB16(p->buf + 0x1a);
H A Dmpeg.h68 (AV_RB16(buf+1) >> 1) << 15 |
69 AV_RB16(buf+3) >> 1;
H A Dlmlm4.c41 frame_type = AV_RB16(buf+2);
44 if (!AV_RB16(buf) && frame_type <= LMLM4_MPEG1L2 && packet_size &&
48 if ((AV_RB16(buf+8) & 0xfffe) != 0xfffc)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxiph.c30 if (extradata_size >= 6 && AV_RB16(extradata) == first_header_size) {
33 header_len[i] = AV_RB16(extradata);
H A Dadx.c46 if (AV_RB16(buf) != 0x8000)
48 offset = AV_RB16(buf + 2) + 4;
76 cutoff = AV_RB16(buf + 16);
H A Dcook_parser.c45 s->duration = AV_RB16(avctx->extradata + 4) / avctx->channels;
H A Ddpxenc.c98 value = ((AV_RB16(src + 6*x + 4) & 0xFFC0U) >> 4)
99 | ((AV_RB16(src + 6*x + 2) & 0xFFC0U) << 6)
100 | ((AV_RB16(src + 6*x + 0) & 0xFFC0U) << 16);
123 value = (AV_RB16(src[0] + 2*x) << 12)
124 | (AV_RB16(src[1] + 2*x) << 2)
125 | ((unsigned)AV_RB16(src[2] + 2*x) << 22);
150 value[1] = AV_RB16(src[0] + x) << 4;
151 value[2] = AV_RB16(src[1] + x) << 4;
152 value[0] = AV_RB16(src[2] + x) << 4;
H A Ddvdsub_parser.c48 if (buf_size < 2 || AV_RB16(buf) && buf_size < 6) {
53 pc->packet_len = AV_RB16(buf);
H A Dmovtextdec.c79 return AV_RB16(ptr) == 0 ? 0 : AVERROR_INVALIDDATA;
86 end = ptr + FFMIN(2 + AV_RB16(ptr), avpkt->size);
H A Ddca.c64 tmp = ((mrk == DCA_MARKER_14B_BE) ? AV_RB16(src) : AV_RL16(src)) & 0x3FFF;
H A Dmovsub_bsf.c46 *poutbuf_size = FFMIN(buf_size - 2, AV_RB16(buf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxiph.c30 if (extradata_size >= 6 && AV_RB16(extradata) == first_header_size) {
33 header_len[i] = AV_RB16(extradata);
H A Dadx.c45 if (AV_RB16(buf) != 0x8000)
47 offset = AV_RB16(buf + 2) + 4;
75 cutoff = AV_RB16(buf + 16);
H A Dmovsub_bsf.c46 *poutbuf_size = FFMIN(buf_size - 2, AV_RB16(buf));
H A Dadxdec.c71 int scale = AV_RB16(in);
110 if (!c->header_parsed && buf_size >= 2 && AV_RB16(buf) == 0x8000) {
133 if (buf_size >= 4 && (AV_RB16(buf) & 0x8000)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/tomi/
H A Dintreadwrite.h29 #define AV_RB16 AV_RB16 macro
30 static av_always_inline uint16_t AV_RB16(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/tomi/
H A Dintreadwrite.h27 #define AV_RB16 AV_RB16 macro
28 static av_always_inline uint16_t AV_RB16(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/avr32/
H A Dintreadwrite.h53 #define AV_RB16 AV_RB16 macro
54 static av_always_inline uint16_t AV_RB16(const void *p) function

Completed in 111 milliseconds

1234567