Searched refs:pps_count (Results 1 – 3 of 3) sorted by relevance
806 uint16_t j, vps_count = 0, sps_count = 0, pps_count = 0; in hvcc_write() local895 pps_count += hvcc->array[i].numNalus; in hvcc_write()902 !pps_count || pps_count > HEVC_MAX_PPS_COUNT) in hvcc_write()
50 int32_t pps_count = 0; in ReadFrame() local85 if (++pps_count >= 1 && (non_idr_pict_count >= 1 || idr_pict_count >= 1)) return read_bytes; in ReadFrame()
114 int32_t pps_count = 0; in readPicture() local154 if (++pps_count == 1 && sps_count == 1) { in readPicture()157 if (pps_count >= 1 && (non_idr_pict_count >= 1 || idr_pict_count >= 1)) { in readPicture()