Searched refs:non_idr_pict_count (Results 1 – 2 of 2) sorted by relevance
51 int32_t non_idr_pict_count = 0; in ReadFrame() local65 if (++non_idr_pict_count >= 1 && idr_pict_count >= 1 && firstMBInSlice == 0) { in ReadFrame()68 if (non_idr_pict_count >= 2 && firstMBInSlice == 0) { in ReadFrame()73 if (++idr_pict_count >= 1 && non_idr_pict_count >= 1 && 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()
115 int32_t non_idr_pict_count = 0; in readPicture() local131 if (++non_idr_pict_count >= 1 && idr_pict_count >= 1 && firstMBInSlice == 0) { in readPicture()134 if (non_idr_pict_count >= 2 && firstMBInSlice == 0) { in readPicture()139 if (++idr_pict_count >= 1 && non_idr_pict_count >= 1 && 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()