Searched refs:video_format (Results 1 - 25 of 48) sorted by relevance

12

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideo_private.h35 MixVideoFormat *video_format; member in struct:_MixVideoPrivate
H A Dmixvideo.c207 priv->video_format = NULL;
231 MIXUNREF(priv->video_format, mix_videoformat_unref)
585 MixVideoFormat_VC1 *video_format = mix_videoformat_vc1_new(); local
586 if (!video_format) {
594 priv->video_format = MIX_VIDEOFORMAT(video_format);
599 MixVideoFormat_H264 *video_format = mix_videoformat_h264_new(); local
600 if (!video_format) {
608 priv->video_format = MIX_VIDEOFORMAT(video_format);
663 MixVideoFormat_MP42 *video_format = mix_videoformat_mp42_new(); local
[all...]
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsm_vidc.h62 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
156 unsigned int video_format; member in struct:msm_vidc_vui_display_info_payload
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsm_vidc.h38 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
114 unsigned int video_format; member in struct:msm_vidc_vui_display_info_payload
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_vidc.h62 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
160 unsigned int video_format; member in struct:msm_vidc_vui_display_info_payload
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_vidc.h38 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
117 unsigned int video_format; member in struct:msm_vidc_vui_display_info_payload
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_hdmi.h66 virtual DisplayError GetVideoFormat(uint32_t config_index, uint32_t *video_format);
H A Dhw_hdmi.cpp58 info->reserved[3] = (info->reserved[3] & 0xFFFF) | (mode->video_format << 16);
232 if (cur->video_format == hdmi_modes_[index]) {
285 if (cur->video_format == hdmi_modes_[index]) {
297 metadata.data.video_info_code = timing_mode->video_format;
362 DisplayError HWHDMI::GetVideoFormat(uint32_t config_index, uint32_t *video_format) { argument
367 *video_format = hdmi_modes_[config_index];
523 while (info->video_format && size < kPageSize && config_index < hdmi_modes_.size()) {
529 supported_video_modes_[config_index].video_format,
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
H A Dviddec_mp4_visualobject.c31 vidSignal->video_format = 5;
48 vidSignal->video_format = data & 0x7;
207 viddec_fw_mp4_vo_set_video_format(&wi.mp4_vs_vo, vst->video_format);
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h62 uint8 video_format; member in struct:_vbp_codec_data_mp42
145 uint8 video_format; member in struct:_vbp_codec_data_mpeg2
242 uint8 video_format; member in struct:_vbp_codec_data_h264
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_hdmi.cpp58 info->reserved[3] = (info->reserved[3] & 0xFFFF) | (mode->video_format << 16);
207 if (cur->video_format == hdmi_modes_[index]) {
260 if (cur->video_format == hdmi_modes_[index]) {
272 metadata.data.video_info_code = timing_mode->video_format;
337 DisplayError HWHDMI::GetVideoFormat(uint32_t config_index, uint32_t *video_format) { argument
342 *video_format = hdmi_modes_[config_index];
498 while (info->video_format && size < kPageSize && config_index < hdmi_modes_.size()) {
504 supported_video_modes_[config_index].video_format,
718 if (timing_mode->video_format == hdmi_modes_[active_config_index_]) {
758 GetConfigIndex(dst->video_format, config_inde
[all...]
H A Dhw_hdmi.h82 virtual DisplayError GetVideoFormat(uint32_t config_index, uint32_t *video_format);
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_hdmi.cpp229 uint32_t video_format = 0; local
237 error = hw_intf_->GetVideoFormat(active_mode_index, &video_format);
253 } else if (video_format < max_cea_format) {
H A Dhw_interface.h91 virtual DisplayError GetVideoFormat(uint32_t config_index, uint32_t *video_format) = 0;
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_hdmi.cpp221 uint32_t video_format = 0; local
229 error = hw_intf_->GetVideoFormat(active_mode_index, &video_format);
245 } else if (video_format < max_cea_format) {
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/include/
H A Dmpeg2.h120 uint32_t video_format; member in struct:mpeg2_sequence_disp_ext_info
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_vidc.h66 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
231 unsigned int video_format; member in struct:msm_vidc_vui_display_info_payload
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_vidc.h49 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
200 unsigned int video_format; member in struct:msm_vidc_vui_display_info_payload
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp300 int video_format; member in struct:qhwc::disp_mode_timing_type
325 info.reserved[3] = (info.reserved[3] & 0xFFFF) | (video_format << 16);
609 if (cur->video_format == ID)
615 mode->video_format, mVInfo.xres, mVInfo.yres,
623 metadata.data.video_info_code = mode->video_format;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.h112 uint8 video_format; member in struct:_vbp_codec_data_h264
/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.cpp260 (mode->video_format << 16);
516 if (cur->video_format == (uint32_t)ID) {
524 mode->video_format, mVInfo.xres, mVInfo.yres,
532 metadata.data.video_info_code = mode->video_format;
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp260 (mode->video_format << 16);
516 if (cur->video_format == (uint32_t)ID) {
524 mode->video_format, mVInfo.xres, mVInfo.yres,
532 metadata.data.video_info_code = mode->video_format;
/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi.cpp304 (mode->video_format << 16);
510 if (cur->video_format == (uint32_t)mCurrentMode) {
518 mode->video_format, mVInfo.xres, mVInfo.yres,
526 metadata.data.video_info_code = mode->video_format;
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.cpp316 (mode->video_format << 16);
533 if (cur->video_format == (uint32_t)mCurrentMode) {
541 mode->video_format, mVInfo.xres, mVInfo.yres,
549 metadata.data.video_info_code = mode->video_format;
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
H A Dhw_device_drm.h81 virtual DisplayError GetVideoFormat(uint32_t config_index, uint32_t *video_format);

Completed in 644 milliseconds

12