Searched refs:pps_count (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhevc.c824 uint16_t j, vps_count = 0, sps_count = 0, pps_count = 0; local
913 pps_count += hvcc->array[i].numNalus;
920 !pps_count || pps_count > MAX_PPS_COUNT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_refs.c590 int pps_count; local
771 pps_count = 0;
773 pps_count += !!h->pps_buffers[i];
777 && (h->short_ref_count<=2 || h->pps.ref_count[0] <= 1 && h->pps.ref_count[1] <= 1 && pps_count == 1)

Completed in 80 milliseconds