HomeSort by relevance Sort by last modified time
    Searched defs:video_format (Results 1 - 25 of 33) sorted by null

1 2

  /hardware/intel/common/libmix/mix_video/src/
mixvideo_private.h 35 MixVideoFormat *video_format; member in struct:_MixVideoPrivate
mixvideo.c 207 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...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
VUIParameters.java 43 public int video_format; field in class:VUIParameters
73 ", video_format=" + video_format + "\n" +
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 181 /* video_format */
1090 uint aspect_ratio_idc, overscan_appopriate_flag, video_format, video_full_range_flag; local
1111 ReadBits(psBits, 3, &video_format);
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 176 /* video_format */
1098 uint aspect_ratio_idc, overscan_appopriate_flag, video_format, video_full_range_flag; local
1119 ReadBits(psBits, 3, &video_format);
    [all...]
  /hardware/qcom/display/msm8960/libexternal/
external.cpp 300 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/qcom/msm8x74/kernel-headers/media/
msm_vidc.h 61 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
  /bionic/libc/kernel/uapi/linux/dvb/
video.h 125 video_format_t video_format; member in struct:video_status
  /development/ndk/platforms/android-21/include/linux/dvb/
video.h 125 video_format_t video_format; member in struct:video_status
  /external/kernel-headers/original/uapi/linux/dvb/
video.h 151 video_format_t video_format; /* current aspect ratio of stream*/ member in struct:video_status
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/include/
mpeg2.h 120 uint32_t video_format; member in struct:mpeg2_sequence_disp_ext_info
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h 112 uint8 video_format; member in struct:_vbp_codec_data_h264
  /hardware/qcom/msm8x26/kernel-headers/video/
msm_hdmi_modes.h 24 uint32_t video_format; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/msm8x74/kernel-headers/video/
msm_hdmi_modes.h 24 uint32_t video_format; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_vidc.h 84 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
  /hardware/qcom/msm8x74/original-kernel-headers/video/
msm_hdmi_modes.h 6 uint32_t video_format; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_vidc.h 62 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
  /hardware/qcom/msm8x84/kernel-headers/video/
msm_hdmi_modes.h 24 uint32_t video_format; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vidc.h 38 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
  /hardware/qcom/msm8x84/original-kernel-headers/video/
msm_hdmi_modes.h 6 uint32_t video_format; member in struct:msm_hdmi_mode_timing_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
video.h 149 video_format_t video_format; /* current aspect ratio of stream*/ member in struct:video_status
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/
video.h 149 video_format_t video_format; /* current aspect ratio of stream*/ member in struct:video_status
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/dvb/
video.h 125 video_format_t video_format; member in struct:video_status
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/dvb/
video.h 125 video_format_t video_format; member in struct:video_status
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/dvb/
video.h 125 video_format_t video_format; member in struct:video_status

Completed in 976 milliseconds

1 2