Home
last modified time | relevance | path

Searched refs:frame_header_length_in_bytes (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/frontends/va/
Dpicture_vp9.c72 …context->desc.vp9.picture_parameter.frame_header_length_in_bytes = vp9->frame_header_length_in_byt… in vlVaHandlePictureParameterBufferVP9()
186 (const unsigned *)&context->desc.vp9.picture_parameter.frame_header_length_in_bytes); in vlVaDecoderVP9BitstreamHeader()
Dpicture.c336 …uffers[num_buffers] = buf->data + context->desc.vp9.picture_parameter.frame_header_length_in_bytes; in handleVASliceDataBufferType()
337 … sizes[num_buffers] = buf->size - context->desc.vp9.picture_parameter.frame_header_length_in_bytes; in handleVASliceDataBufferType()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h756 uint8_t frame_header_length_in_bytes; member
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c491 result.uncompressed_header_size = pic->picture_parameter.frame_header_length_in_bytes; in get_vp9_msg()