Searched refs:next_outputed_poc (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_picture.c173 h->outputed_poc = h->next_outputed_poc;
H A Dh264.c679 h->outputed_poc = h->next_outputed_poc = INT_MIN;
950 h->next_outputed_poc = INT_MIN;
951 out_of_order = out->poc < h->next_outputed_poc;
963 h->next_outputed_poc = INT_MIN;
965 h->next_outputed_poc = out->poc;
1065 h->outputed_poc = h->next_outputed_poc = INT_MIN;
H A Dh264.h609 int next_outputed_poc; member in struct:H264Context
H A Dh264_slice.c702 h->outputed_poc = h->next_outputed_poc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.c1125 h->outputed_poc = h->next_outputed_poc = INT_MIN;
1274 h->outputed_poc = h->next_outputed_poc;
1495 h->next_outputed_poc = INT_MIN;
1496 out_of_order = !out->f.key_frame && !h->mmco_reset && (out->poc < h->next_outputed_poc);
1507 ((h->next_outputed_poc != INT_MIN && out->poc > h->next_outputed_poc + 2) ||
1526 h->next_outputed_poc = out->poc;
1529 h->next_outputed_poc = INT_MIN;
1533 h->next_outputed_poc = INT_MIN;
1535 h->next_outputed_poc
[all...]
H A Dh264.h494 int next_outputed_poc; member in struct:H264Context

Completed in 74 milliseconds