/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideo.c | 207 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 …]
|
D | mixvideo_private.h | 35 MixVideoFormat *video_format; member
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
D | msm_vidc.h | 62 unsigned int video_format; member 160 unsigned int video_format; member
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
D | msm_vidc.h | 38 unsigned int video_format; member 117 unsigned int video_format; member
|
/hardware/qcom/msm8994/kernel-headers/media/ |
D | msm_vidc.h | 62 unsigned int video_format; member 156 unsigned int video_format; member
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
D | msm_vidc.h | 38 unsigned int video_format; member 114 unsigned int video_format; member
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_hdmi.cpp | 58 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()
|
D | hw_hdmi.h | 52 virtual DisplayError GetVideoFormat(uint32_t config_index, uint32_t *video_format);
|
D | hw_device.h | 70 virtual DisplayError GetVideoFormat(uint32_t config_index, uint32_t *video_format);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/ |
D | viddec_mp4_visualobject.c | 31 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/ |
D | vbp_loader.h | 62 uint8 video_format; member 145 uint8 video_format; member 242 uint8 video_format; member
|
/hardware/qcom/display/msm8960/libexternal/ |
D | external.cpp | 300 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/ |
D | display_hdmi.cpp | 267 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()
|
D | hw_interface.h | 88 virtual DisplayError GetVideoFormat(uint32_t config_index, uint32_t *video_format) = 0;
|
/hardware/qcom/display/msm8084/libexternal/ |
D | external.cpp | 260 (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/ |
D | hdmi.cpp | 304 (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/ |
D | external.cpp | 260 (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/ |
D | msm_vidc.h | 49 unsigned int video_format; member
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msm_vidc.h | 66 unsigned int video_format; member
|
/hardware/qcom/display/msm8994/libhdmi/ |
D | hdmi.cpp | 316 (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/ |
D | mpeg2.h | 120 uint32_t video_format; member
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_loader.h | 112 uint8 video_format; member
|
/hardware/qcom/msm8x26/kernel-headers/video/ |
D | msm_hdmi_modes.h | 24 uint32_t video_format; member
|
/hardware/qcom/msm8x84/kernel-headers/video/ |
D | msm_hdmi_modes.h | 24 uint32_t video_format; member
|
/hardware/qcom/msm8x84/original-kernel-headers/video/ |
D | msm_hdmi_modes.h | 6 uint32_t video_format; member
|