Home
last modified time | relevance | path

Searched refs:first_partition_size (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_vp8.c62 .first_partition_size = h->header_partition_size, in nvdec_vp8_start_frame()
Dvaapi_vp9.c86 .first_partition_size = h->h.compressed_header_size, in vaapi_vp9_start_frame()
Ddxva2_vp9.c149 pp->first_partition_size = h->h.compressed_header_size; in fill_picture_parameters()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_vp9.c73 context->desc.vp9.picture_parameter.first_partition_size = vp9->first_partition_size; in vlVaHandlePictureParameterBufferVP9()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvp9parser.h420 guint32 first_partition_size; member
Dgstvp9parser.c810 frame_hdr->first_partition_size = gst_vp9_read_bits (br, 16); in gst_vp9_parser_parse_frame_header()
811 if (!frame_hdr->first_partition_size) { in gst_vp9_parser_parse_frame_header()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h628 unsigned int first_partition_size; member
Dgstnvvp8dec.c345 self->params.CodecSpecific.vp8.first_partition_size = in gst_nv_vp8_dec_decode_picture()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h744 uint16_t first_partition_size; member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp9dec.c311 .first_partition_size = frame_hdr->header_size_in_bytes, in _fill_param()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp9dec.cpp694 pic_params->first_partition_size = picture->frame_hdr.header_size_in_bytes; in gst_d3d11_vp9_dec_decode_picture()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c504 result.compressed_header_size = pic->picture_parameter.first_partition_size; in get_vp9_msg()