Searched refs:is_avc (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_parser.c44 int next_avc= h->is_avc ? 0 : buf_size;
51 if (h->is_avc && !h->nal_length_size)
114 if (h->is_avc)
121 if (h->is_avc)
231 if (h->is_avc) {
443 buf += h->is_avc ? nalsize : consumed;
H A Dh264.c578 h->is_avc = 1;
620 h->is_avc = 0;
1391 int next_avc = h->is_avc ? 0 : buf_size;
1479 h->is_avc = 0;
1481 h->is_avc = 1;
1490 next_avc = h->is_avc ? 0 : buf_size;
1530 if (h->is_avc && (nalsize != consumed) && nalsize)
1707 if (ff_h264_decode_seq_parameter_set(h) < 0 && (h->is_avc ? nalsize : 1)) {
1710 if (h->is_avc)
1869 if(h->is_avc
[all...]
H A Dh264.h564 int is_avc; ///< this flag is != 0 if codec is avc1 member in struct:H264Context
H A Dh264_slice.c648 h->is_avc = h1->is_avc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h451 int is_avc; ///< this flag is != 0 if codec is avc1 member in struct:H264Context
H A Dh264.c1054 h->is_avc = 1;
1091 h->is_avc = 0;
1231 h->is_avc = h1->is_avc;
3861 next_avc = h->is_avc ? 0 : buf_size;
3921 if (h->is_avc && (nalsize != consumed) && nalsize){
4036 h->is_avc && (nalsize != consumed) && nalsize) {

Completed in 87 milliseconds