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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12.c203 av_assert1(pc->frame_start_found >= 0 && pc->frame_start_found <= 4);
204 if (pc->frame_start_found & 1) {
206 pc->frame_start_found--;
209 pc->frame_start_found = 0;
211 pc->frame_start_found = (pc->frame_start_found + 1) & 3;
216 if (pc->frame_start_found == 0 && state >= SLICE_MIN_START_CODE && state <= SLICE_MAX_START_CODE) {
218 pc->frame_start_found = 4;
221 pc->frame_start_found
[all...]
H A Ddpx_parser.c53 if (!d->pc.frame_start_found) {
58 d->pc.frame_start_found = 1;
74 for (;d->pc.frame_start_found && i < buf_size; i++) {
80 d->pc.frame_start_found = 0;
102 d->pc.frame_start_found = 0;
H A Dparser.h34 int frame_start_found; member in struct:ParseContext
H A Dbmp_parser.c51 if (!bpc->pc.frame_start_found) {
56 bpc->pc.frame_start_found = 1;
79 bpc->pc.frame_start_found = 0;
H A Dcavs_parser.c41 pic_found= pc->frame_start_found;
64 pc->frame_start_found=0;
71 pc->frame_start_found= pic_found;
H A Dh261_parser.c36 vop_found = pc->frame_start_found;
53 pc->frame_start_found = 0;
61 pc->frame_start_found = vop_found;
H A Dh263_parser.c34 vop_found= pc->frame_start_found;
53 pc->frame_start_found=0;
59 pc->frame_start_found= vop_found;
H A Dpng_parser.c51 if (!ppc->pc.frame_start_found) {
57 ppc->pc.frame_start_found = 1;
73 for (; ppc->pc.frame_start_found && i < buf_size; i++) {
78 ppc->chunk_pos = ppc->pc.frame_start_found = 0;
107 ppc->chunk_pos = ppc->pc.frame_start_found = 0;
H A Ddnxhd_parser.c42 int pic_found = pc->frame_start_found;
67 pc->frame_start_found = 0;
80 pc->frame_start_found = pic_found;
H A Dlatm_parser.c50 pic_found = pc->frame_start_found;
70 pc->frame_start_found = 0;
77 pc->frame_start_found = pic_found;
H A Dtak_parser.c79 pc->frame_start_found ? &ti : &t->ti, 127) &&
82 if (!pc->frame_start_found) {
83 pc->frame_start_found = 1;
89 pc->frame_start_found = 0;
H A Dmjpeg_parser.c45 vop_found= pc->frame_start_found;
80 pc->frame_start_found=0;
97 pc->frame_start_found= vop_found;
H A Ddca_parser.c53 start_found = pc->frame_start_found;
79 pc->frame_start_found = 0;
86 pc->frame_start_found = start_found;
H A Dmpeg4video_parser.c42 vop_found = pc->frame_start_found;
64 pc->frame_start_found = 0;
70 pc->frame_start_found = vop_found;
H A Dhevc_parser.c58 if (pc->frame_start_found) {
59 pc->frame_start_found = 0;
66 if (!pc->frame_start_found) {
67 pc->frame_start_found = 1;
69 pc->frame_start_found = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavs_parser.c41 pic_found= pc->frame_start_found;
64 pc->frame_start_found=0;
71 pc->frame_start_found= pic_found;
H A Ddnxhd_parser.c35 int pic_found = pc->frame_start_found;
55 pc->frame_start_found = 0;
61 pc->frame_start_found = pic_found;
H A Dh261_parser.c35 vop_found= pc->frame_start_found;
52 pc->frame_start_found=0;
60 pc->frame_start_found= vop_found;
H A Dh263_parser.c34 vop_found= pc->frame_start_found;
53 pc->frame_start_found=0;
59 pc->frame_start_found= vop_found;
H A Dmjpeg_parser.c40 vop_found= pc->frame_start_found;
62 pc->frame_start_found=0;
68 pc->frame_start_found= vop_found;
H A Dlatm_parser.c50 pic_found = pc->frame_start_found;
71 pc->frame_start_found = 0;
78 pc->frame_start_found = pic_found;
H A Dparser.h34 int frame_start_found; member in struct:ParseContext
H A Ddca_parser.c52 start_found = pc->frame_start_found;
83 pc->frame_start_found = 0;
90 pc->frame_start_found = start_found;
H A Dmpeg4video_parser.c33 vop_found= pc->frame_start_found;
55 pc->frame_start_found=0;
61 pc->frame_start_found= vop_found;
H A Dvc1_parser.c107 pic_found= pc->frame_start_found;
129 pc->frame_start_found=0;
135 pc->frame_start_found= pic_found;

Completed in 316 milliseconds

12