Home
last modified time | relevance | path

Searched refs:video_format (Results 1 – 25 of 40) sorted by relevance

12

/hardware/intel/common/libmix/mix_video/src/
Dmixvideo.c207 priv->video_format = NULL; in mix_video_private_initialize()
231 MIXUNREF(priv->video_format, mix_videoformat_unref) in mix_video_private_cleanup()
585 MixVideoFormat_VC1 *video_format = mix_videoformat_vc1_new(); in mix_video_configure_decode() local
586 if (!video_format) { in mix_video_configure_decode()
594 priv->video_format = MIX_VIDEOFORMAT(video_format); in mix_video_configure_decode()
599 MixVideoFormat_H264 *video_format = mix_videoformat_h264_new(); in mix_video_configure_decode() local
600 if (!video_format) { in mix_video_configure_decode()
608 priv->video_format = MIX_VIDEOFORMAT(video_format); in mix_video_configure_decode()
663 MixVideoFormat_MP42 *video_format = mix_videoformat_mp42_new(); in mix_video_configure_decode() local
664 if (!video_format) { in mix_video_configure_decode()
[all …]
Dmixvideo_private.h35 MixVideoFormat *video_format; member
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsm_vidc.h62 unsigned int video_format; member
160 unsigned int video_format; member
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsm_vidc.h38 unsigned int video_format; member
117 unsigned int video_format; member
/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_vidc.h62 unsigned int video_format; member
156 unsigned int video_format; member
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_vidc.h38 unsigned int video_format; member
114 unsigned int video_format; member
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_hdmi.cpp58 info->reserved[3] = (info->reserved[3] & 0xFFFF) | (mode->video_format << 16); in MapHDMIDisplayTiming()
238 if (cur->video_format == hdmi_modes_[index]) { in GetDisplayAttributes()
289 if (cur->video_format == hdmi_modes_[index]) { in SetDisplayAttributes()
301 metadata.data.video_info_code = timing_mode->video_format; in SetDisplayAttributes()
363 DisplayError HWHDMI::GetVideoFormat(uint32_t config_index, uint32_t *video_format) { in GetVideoFormat() argument
368 *video_format = hdmi_modes_[config_index]; in GetVideoFormat()
524 while (info->video_format && size < kPageSize && config_index < hdmi_mode_count_) { in ReadTimingInfo()
530 supported_video_modes_[config_index].video_format, in ReadTimingInfo()
Dhw_hdmi.h52 virtual DisplayError GetVideoFormat(uint32_t config_index, uint32_t *video_format);
Dhw_device.h70 virtual DisplayError GetVideoFormat(uint32_t config_index, uint32_t *video_format);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
Dviddec_mp4_visualobject.c31 vidSignal->video_format = 5; in mp4_Parse_video_signal_type()
48 vidSignal->video_format = data & 0x7; in mp4_Parse_video_signal_type()
207 viddec_fw_mp4_vo_set_video_format(&wi.mp4_vs_vo, vst->video_format); in mp4_Parse_VisualObject()
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
Dvbp_loader.h62 uint8 video_format; member
145 uint8 video_format; member
242 uint8 video_format; member
/hardware/qcom/display/msm8960/libexternal/
Dexternal.cpp300 int video_format; member
325 info.reserved[3] = (info.reserved[3] & 0xFFFF) | (video_format << 16); in set_info()
609 if (cur->video_format == ID) in setResolution()
615 mode->video_format, mVInfo.xres, mVInfo.yres, in setResolution()
623 metadata.data.video_info_code = mode->video_format; in setResolution()
/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_hdmi.cpp267 uint32_t video_format = 0; in GetScanSupport() local
275 error = hw_intf_->GetVideoFormat(active_mode_index, &video_format); in GetScanSupport()
291 } else if (video_format < max_cea_format) { in GetScanSupport()
Dhw_interface.h88 virtual DisplayError GetVideoFormat(uint32_t config_index, uint32_t *video_format) = 0;
/hardware/qcom/display/msm8084/libexternal/
Dexternal.cpp260 (mode->video_format << 16); in setDisplayTiming()
516 if (cur->video_format == (uint32_t)ID) { in setResolution()
524 mode->video_format, mVInfo.xres, mVInfo.yres, in setResolution()
532 metadata.data.video_info_code = mode->video_format; in setResolution()
/hardware/qcom/display/msm8909/libhdmi/
Dhdmi.cpp304 (mode->video_format << 16); in setDisplayTiming()
510 if (cur->video_format == (uint32_t)mCurrentMode) { in activateDisplay()
518 mode->video_format, mVInfo.xres, mVInfo.yres, in activateDisplay()
526 metadata.data.video_info_code = mode->video_format; in activateDisplay()
/hardware/qcom/display/msm8226/libexternal/
Dexternal.cpp260 (mode->video_format << 16); in setDisplayTiming()
516 if (cur->video_format == (uint32_t)ID) { in setResolution()
524 mode->video_format, mVInfo.xres, mVInfo.yres, in setResolution()
532 metadata.data.video_info_code = mode->video_format; in setResolution()
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_vidc.h49 unsigned int video_format; member
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_vidc.h66 unsigned int video_format; member
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp316 (mode->video_format << 16); in setDisplayTiming()
533 if (cur->video_format == (uint32_t)mCurrentMode) { in activateDisplay()
541 mode->video_format, mVInfo.xres, mVInfo.yres, in activateDisplay()
549 metadata.data.video_info_code = mode->video_format; in activateDisplay()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/include/
Dmpeg2.h120 uint32_t video_format; member
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_loader.h112 uint8 video_format; member
/hardware/qcom/msm8x26/kernel-headers/video/
Dmsm_hdmi_modes.h24 uint32_t video_format; member
/hardware/qcom/msm8x84/kernel-headers/video/
Dmsm_hdmi_modes.h24 uint32_t video_format; member
/hardware/qcom/msm8x84/original-kernel-headers/video/
Dmsm_hdmi_modes.h6 uint32_t video_format; member

12