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

1 2 3 4

  /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" +
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_decoder.h 54 void SetVideoFormat(CMVideoFormatDescriptionRef video_format);
h264_video_toolbox_nalu.h 39 // If |is_keyframe| is true then |video_format| is ignored since the format will
40 // be read from the buffer. Otherwise |video_format| must be provided.
44 CMVideoFormatDescriptionRef video_format,
h264_video_toolbox_decoder.cc 251 CMVideoFormatDescriptionRef video_format) {
252 if (video_format_ == video_format) {
258 video_format_ = video_format;
h264_video_toolbox_nalu.cc 159 CMVideoFormatDescriptionRef video_format,
195 RTC_DCHECK(video_format);
196 description = video_format;
  /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/webrtc/talk/media/devices/
devicemanager.cc 207 VideoFormat video_format; local
208 bool has_max = GetMaxFormat(device, &video_format);
211 capturer->ConstrainSupportedFormats(video_format);
315 VideoFormat* video_format) const {
322 *video_format = found->second;
327 VideoFormat* video_format) const {
330 if (GetUsbId(device, &usb_id) && IsInWhitelist(usb_id, video_format)) {
333 return IsInWhitelist(device.name, video_format);
devicemanager.h 183 bool IsInWhitelist(const std::string& key, VideoFormat* video_format) const;
185 VideoFormat* video_format) const;
  /external/webrtc/talk/media/base/
capturemanager.cc 69 VideoFormat video_format; member in struct:cricket::VideoCapturerState::CaptureResolutionInfo
104 if (desired_format == iter->video_format) {
117 if (format == iter->video_format) {
138 if (iter->video_format.width > highest_format.width) {
139 highest_format.width = iter->video_format.width;
141 if (iter->video_format.height > highest_format.height) {
142 highest_format.height = iter->video_format.height;
144 if (iter->video_format.interval < highest_format.interval) {
145 highest_format.interval = iter->video_format.interval;
  /external/autotest/server/site_tests/video_VDAStress/
output_test_video_params.py 89 video_format = results[0].lower()
90 if (video_format == 'h264'):
93 elif (video_format == 'ivf'):
  /hardware/qcom/msm8994/kernel-headers/media/
msm_vidc.h 62 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/
msm_vidc.h 38 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/
msm_vidc.h 62 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/
msm_vidc.h 38 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
  /external/webrtc/talk/session/media/
channelmanager.h 148 const VideoFormat& video_format);
153 const VideoFormat& video_format);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_hdmi.h 66 virtual DisplayError GetVideoFormat(uint32_t config_index, uint32_t *video_format);
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_hdmi.h 82 virtual DisplayError GetVideoFormat(uint32_t config_index, uint32_t *video_format);
hw_hdmi.cpp 58 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) {
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_index)
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_visualobject.c 31 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/
vbp_loader.h 62 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/msm8996/sdm/libs/core/
display_hdmi.cpp 229 uint32_t video_format = 0; local
237 error = hw_intf_->GetVideoFormat(active_mode_index, &video_format);
253 } else if (video_format < max_cea_format) {
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_hdmi.cpp 221 uint32_t video_format = 0; local
229 error = hw_intf_->GetVideoFormat(active_mode_index, &video_format);
245 } else if (video_format < max_cea_format) {
  /bionic/libc/kernel/uapi/linux/dvb/
video.h 124 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

Completed in 453 milliseconds

1 2 3 4