Home
last modified time | relevance | path

Searched refs:hevc (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_hevc.c33 VAPictureParameterBufferHEVC *hevc = buf->data; in vlVaHandlePictureParameterBufferHEVC() local
37 context->desc.h265.pps->sps->chroma_format_idc = hevc->pic_fields.bits.chroma_format_idc; in vlVaHandlePictureParameterBufferHEVC()
39 hevc->pic_fields.bits.separate_colour_plane_flag; in vlVaHandlePictureParameterBufferHEVC()
40 context->desc.h265.pps->sps->pic_width_in_luma_samples = hevc->pic_width_in_luma_samples; in vlVaHandlePictureParameterBufferHEVC()
41 context->desc.h265.pps->sps->pic_height_in_luma_samples = hevc->pic_height_in_luma_samples; in vlVaHandlePictureParameterBufferHEVC()
42 context->desc.h265.pps->sps->bit_depth_luma_minus8 = hevc->bit_depth_luma_minus8; in vlVaHandlePictureParameterBufferHEVC()
43 context->desc.h265.pps->sps->bit_depth_chroma_minus8 = hevc->bit_depth_chroma_minus8; in vlVaHandlePictureParameterBufferHEVC()
45 hevc->log2_max_pic_order_cnt_lsb_minus4; in vlVaHandlePictureParameterBufferHEVC()
47 hevc->sps_max_dec_pic_buffering_minus1; in vlVaHandlePictureParameterBufferHEVC()
49 hevc->log2_min_luma_coding_block_size_minus3; in vlVaHandlePictureParameterBufferHEVC()
[all …]
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c692 rvcn_dec_message_hevc_t hevc = in rvcn_dec_message_decode() local
695 memcpy(codec, (void*)&hevc, sizeof(rvcn_dec_message_hevc_t)); in rvcn_dec_message_decode()