Searched refs:vcl_hrd_parameters_present_flag (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_sei.c49 if(h->sps.nal_hrd_parameters_present_flag || h->sps.vcl_hrd_parameters_present_flag){
153 if (sps->vcl_hrd_parameters_present_flag) {
H A Dh264_ps.c215 sps->vcl_hrd_parameters_present_flag = get_bits1(&s->gb);
216 if(sps->vcl_hrd_parameters_present_flag)
219 if(sps->nal_hrd_parameters_present_flag || sps->vcl_hrd_parameters_present_flag)
H A Dh264.h196 int vcl_hrd_parameters_present_flag; member in struct:SPS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_sei.c56 if (sps->nal_hrd_parameters_present_flag || sps->vcl_hrd_parameters_present_flag) {
215 if (sps->vcl_hrd_parameters_present_flag) {
H A Dh264_ps.c229 sps->vcl_hrd_parameters_present_flag = get_bits1(&h->gb);
230 if (sps->vcl_hrd_parameters_present_flag)
234 sps->vcl_hrd_parameters_present_flag)
H A Dh264.h219 int vcl_hrd_parameters_present_flag; member in struct:SPS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhevc.c198 uint8_t vcl_hrd_parameters_present_flag = 0; local
202 vcl_hrd_parameters_present_flag = get_bits1(gb);
205 vcl_hrd_parameters_present_flag) {
256 if (vcl_hrd_parameters_present_flag)

Completed in 110 milliseconds