Home
last modified time | relevance | path

Searched refs:maxbframes (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvc1parser.c859 assert_equals_int (structc->maxbframes, 1); in GST_START_TEST()
910 assert_equals_int (structc->maxbframes, 1); in GST_START_TEST()
958 assert_equals_int (structc->maxbframes, 1); in GST_START_TEST()
1001 assert_equals_int (structc->maxbframes, 1); in GST_START_TEST()
1248 assert_equals_int (seq_layer.struct_c.maxbframes, 3); in GST_START_TEST()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c67 uint8_t maxbframes; // 0f member
179 vc->maxbframes = d->maxbframes; in nouveau_vp3_fill_picparm_vc1_bsp()
/third_party/ffmpeg/libavcodec/
Dnvdec_vc1.c83 .maxbframes = s->max_b_frames, in nvdec_vc1_start_frame()
Dvdpau_vc1.c93 info->maxbframes = v->s.max_b_frames; in vdpau_vc1_start_frame()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_vc1.c65 context->desc.vc1.maxbframes = vc1->sequence_fields.bits.max_b_frames; in vlVaHandlePictureParameterBufferVC1()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c342 picture->maxbframes = picture_info->maxbframes; in vlVdpDecoderRenderVC1()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h450 int maxbframes; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.h293 guint8 maxbframes; member
Dgstvc1parser.c1348 if (structc->maxbframes) { in parse_frame_header()
1624 structc->maxbframes = gst_bit_reader_get_bits_uint8_unchecked (br, 3); in parse_sequence_header_struct_c()
1635 structc->maxbframes, structc->quantizer, structc->finterpflag); in parse_sequence_header_struct_c()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h273 uint8_t maxbframes; member
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvc1parse.c828 structC |= (vc1parse->seq_hdr.struct_c.maxbframes << 4); in gst_vc1_parse_make_sequence_layer()
1011 seq_hdr |= (vc1parse->seq_layer.struct_c.maxbframes << 4); in gst_vc1_parse_update_caps()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c509 result.pps_info_flags |= pic->maxbframes << 16; in get_vc1_msg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c811 result.pps_info_flags |= pic->maxbframes << 16; in get_vc1_msg()
Dradeon_vcn_dec.c1438 result.pps_info_flags |= pic->maxbframes << 16; in get_vc1_msg()