Home
last modified time | relevance | path

Searched refs:sar_width (Results 1 – 13 of 13) sorted by relevance

/hardware/intel/common/libva/va/
Dva_enc_h264.h253 unsigned int sar_width; member
Dva_trace.c1474 va_TraceMsg(trace_ctx, "\tsar_width = %d\n", p->sar_width); in va_TraceVAEncSequenceParameterBufferH264()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_loader.h107 uint16 sar_width; member
Dvbp_h264_parser.c798 codec_data->sar_width = in vbp_set_codec_data_h264()
799 parser->info.active_SPS.sps_disp.vui_seq_parameters.sar_width; in vbp_set_codec_data_h264()
/hardware/intel/img/psb_video/src/
Dpnw_hostheader.h135 IMG_UINT16 sar_width; member
Dpnw_H264ES.c355 pVUI_Params->sar_width = pSequenceParams->sar_width; in pnw__H264ES_process_sequence_param()
Dpnw_hostheader.c407 pnw__write_upto32bits_elements(mtx_hdr, elt_p, VUIParams->sar_width, 16); in pnw__H264_writebits_VUI_params()
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
Dvbp_loader.h230 uint16 sar_width; member
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_sps.c142 SPS->sps_disp.vui_seq_parameters.sar_width = (uint16_t)code; in h264_Parse_Vui_Parameters()
Dviddec_h264_workload.c639 …fw_h264_vui_set_sar_width(&(wi.h264_vui), pInfo->active_SPS.sps_disp.vui_seq_parameters.sar_width); in h264_parse_emit_sps()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h498 uint16_t sar_width; // u(16) member
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp785 mVideoFormatInfo.aspectX = data->codec_data->sar_width; in updateFormatInfo()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderAVC.cpp1039 avcSeqParams.sar_width = mVideoParamsAVC.SAR.SarWidth; in renderSequenceParams()