Searched refs:idr_pict_count (Results 1 – 2 of 2) sorted by relevance
52 int32_t idr_pict_count = 0; in ReadFrame() local65 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()
116 int32_t idr_pict_count = 0; in readPicture() local131 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()