Home
last modified time | relevance | path

Searched refs:pps_count (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhevc.c806 uint16_t j, vps_count = 0, sps_count = 0, pps_count = 0; in hvcc_write() local
895 pps_count += hvcc->array[i].numNalus; in hvcc_write()
902 !pps_count || pps_count > HEVC_MAX_PPS_COUNT) in hvcc_write()
/third_party/openh264/test/api/
DBaseThreadDecoderTest.cpp50 int32_t pps_count = 0; in ReadFrame() local
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.cpp114 int32_t pps_count = 0; in readPicture() local
154 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()