Searched refs:frame_start_found (Results 26 - 32 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_parser.c73 if(pc->frame_start_found){
78 if(pc->frame_start_found){
82 pc->frame_start_found = 1;
96 pc->frame_start_found= 0;
H A Dmpeg12.c2146 assert(pc->frame_start_found >= 0 && pc->frame_start_found <= 4);
2147 if (pc->frame_start_found & 1) {
2149 pc->frame_start_found--;
2152 pc->frame_start_found = 0;
2154 pc->frame_start_found = (pc->frame_start_found + 1) & 3;
2159 if (pc->frame_start_found == 0 && state >= SLICE_MIN_START_CODE && state <= SLICE_MAX_START_CODE) {
2161 pc->frame_start_found = 4;
2167 if (pc->frame_start_found
[all...]
H A Dmpegvideo.c2653 s->parse_context.frame_start_found= 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1_parser.c126 int pic_found = vpc->pc.frame_start_found;
216 vpc->pc.frame_start_found = pic_found;
H A Dh264_parser.c83 if (pc->frame_start_found) {
104 if (pc->frame_start_found) {
108 pc->frame_start_found = 1;
120 pc->frame_start_found = 0;
H A Dh264.c1113 h->parse_context.frame_start_found = 0;
H A Dmpegvideo.c3252 s->parse_context.frame_start_found= 0;

Completed in 56 milliseconds

12