Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
Dviddec_mp4_videoobjectlayer.c567 wi.mp4_vol.vol_aspect_ratio = 0; in mp4_Parse_VideoObjectLayer()
568 wi.mp4_vol.vol_bit_rate = 0; in mp4_Parse_VideoObjectLayer()
569 wi.mp4_vol.vol_frame_rate = 0; in mp4_Parse_VideoObjectLayer()
571 viddec_fw_mp4_vol_set_aspect_ratio_info(&wi.mp4_vol, vidObjLay->aspect_ratio_info); in mp4_Parse_VideoObjectLayer()
572 viddec_fw_mp4_vol_set_par_width(&wi.mp4_vol, vidObjLay->aspect_ratio_info_par_width); in mp4_Parse_VideoObjectLayer()
573 viddec_fw_mp4_vol_set_par_height(&wi.mp4_vol, vidObjLay->aspect_ratio_info_par_height); in mp4_Parse_VideoObjectLayer()
574 viddec_fw_mp4_vol_set_control_param(&wi.mp4_vol, vidObjLay->is_vol_control_parameters); in mp4_Parse_VideoObjectLayer()
575 … viddec_fw_mp4_vol_set_chroma_format(&wi.mp4_vol, vidObjLay->VOLControlParameters.chroma_format); in mp4_Parse_VideoObjectLayer()
576 viddec_fw_mp4_vol_set_interlaced(&wi.mp4_vol, vidObjLay->interlaced); in mp4_Parse_VideoObjectLayer()
577 viddec_fw_mp4_vol_set_fixed_vop_rate(&wi.mp4_vol, vidObjLay->fixed_vop_rate); in mp4_Parse_VideoObjectLayer()
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
Dviddec_fw_item_types.h702 } mp4_vol; // mp4 item of type VIDDEC_WORKLOAD_MPEG4_VIDEO_OBJ member