Home
last modified time | relevance | path

Searched refs:idr_pict_count (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/test/api/
DBaseThreadDecoderTest.cpp52 int32_t idr_pict_count = 0; in ReadFrame() local
65 if (++non_idr_pict_count >= 1 && idr_pict_count >= 1 && firstMBInSlice == 0) { in ReadFrame()
73 if (++idr_pict_count >= 1 && non_idr_pict_count >= 1 && firstMBInSlice == 0) { in ReadFrame()
76 if (idr_pict_count >= 2 && firstMBInSlice == 0) { in ReadFrame()
80 if ((++sps_count >= 1) && (non_idr_pict_count >= 1 || idr_pict_count >= 1)) { in ReadFrame()
85 if (++pps_count >= 1 && (non_idr_pict_count >= 1 || idr_pict_count >= 1)) return read_bytes; in ReadFrame()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp116 int32_t idr_pict_count = 0; in readPicture() local
131 if (++non_idr_pict_count >= 1 && idr_pict_count >= 1 && firstMBInSlice == 0) { in readPicture()
139 if (++idr_pict_count >= 1 && non_idr_pict_count >= 1 && firstMBInSlice == 0) { in readPicture()
142 if (idr_pict_count >= 2 && firstMBInSlice == 0) { in readPicture()
147 if ((++sps_count >= 1) && (non_idr_pict_count >= 1 || idr_pict_count >= 1)) { in readPicture()
157 if (pps_count >= 1 && (non_idr_pict_count >= 1 || idr_pict_count >= 1)) { in readPicture()