Home
last modified time | relevance | path

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

/external/chromium_org/media/video/capture/
Dfile_video_capture_device.cc49 media::VideoCaptureFormat* video_format) { in ParseY4MTags() argument
50 video_format->pixel_format = media::PIXEL_FORMAT_I420; in ParseY4MTags()
51 video_format->frame_size.set_width(0); in ParseY4MTags()
52 video_format->frame_size.set_height(0); in ParseY4MTags()
65 video_format->frame_size.set_width(ParseY4MInt(token)); in ParseY4MTags()
68 video_format->frame_size.set_height(ParseY4MInt(token)); in ParseY4MTags()
76 video_format->frame_rate = fps_numerator / fps_denominator; in ParseY4MTags()
99 CHECK(video_format->IsValid()); in ParseY4MTags()
109 media::VideoCaptureFormat* video_format) { in ParseFileAndExtractVideoFormat() argument
116 ParseY4MTags(header, video_format); in ParseFileAndExtractVideoFormat()
Dfile_video_capture_device.h30 media::VideoCaptureFormat* video_format);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dcapturemanager.cc60 VideoFormat video_format; member
92 if (desired_format == iter->video_format) { in AddCaptureResolution()
104 if (format == iter->video_format) { in RemoveCaptureResolution()
124 if (iter->video_format.width > highest_format.width) { in GetHighestFormat()
125 highest_format.width = iter->video_format.width; in GetHighestFormat()
127 if (iter->video_format.height > highest_format.height) { in GetHighestFormat()
128 highest_format.height = iter->video_format.height; in GetHighestFormat()
130 if (iter->video_format.interval < highest_format.interval) { in GetHighestFormat()
131 highest_format.interval = iter->video_format.interval; in GetHighestFormat()
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Ddevicemanager.cc207 VideoFormat video_format; in CreateVideoCapturer() local
208 bool has_max = GetMaxFormat(device, &video_format); in CreateVideoCapturer()
211 capturer->ConstrainSupportedFormats(video_format); in CreateVideoCapturer()
315 VideoFormat* video_format) const { in IsInWhitelist()
322 *video_format = found->second; in IsInWhitelist()
327 VideoFormat* video_format) const { in GetMaxFormat()
330 if (GetUsbId(device, &usb_id) && IsInWhitelist(usb_id, video_format)) { in GetMaxFormat()
333 return IsInWhitelist(device.name, video_format); in GetMaxFormat()
Ddevicemanager.h183 bool IsInWhitelist(const std::string& key, VideoFormat* video_format) const;
185 VideoFormat* video_format) const;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DVUIParameters.java43 public int video_format; field in VUIParameters
73 ", video_format=" + video_format + "\n" + in toString()
DSeqParameterSet.java214 vuip.video_format = (int) reader.readNBit(3, "VUI: video_format"); in ReadVUIParameters()
422 writer.writeNBit(vuip.video_format, 3, "VUI: video_format"); in writeVUIParameters()
/external/chromium_org/media/cdm/ppapi/external_clear_key/
Dffmpeg_cdm_video_decoder.cc35 static PixelFormat CdmVideoFormatToPixelFormat(cdm::VideoFormat video_format) { in CdmVideoFormatToPixelFormat() argument
36 switch (video_format) { in CdmVideoFormatToPixelFormat()
42 DVLOG(1) << "Unsupported cdm::VideoFormat: " << video_format; in CdmVideoFormatToPixelFormat()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.cc623 const VideoFormat& video_format() const { in video_format() function in cricket::WebRtcVideoChannelSendInfo
626 void set_video_format(const VideoFormat& video_format) { in set_video_format() argument
627 video_format_ = video_format; in set_video_format()
637 if (video_format() == cricket::VideoFormat()) { in set_interval()
864 static void UpdateVideoCodec(const cricket::VideoFormat& video_format, in UpdateVideoCodec() argument
866 if ((!target_codec) || (video_format == cricket::VideoFormat())) { in UpdateVideoCodec()
869 target_codec->width = video_format.width; in UpdateVideoCodec()
870 target_codec->height = video_format.height; in UpdateVideoCodec()
872 video_format.interval); in UpdateVideoCodec()
3186 const VideoFormat& video_format = send_channel->video_format(); in SendFrame() local
[all …]
/external/chromium_org/media/ffmpeg/
Dffmpeg_common.h124 PixelFormat VideoFormatToPixelFormat(VideoFrame::Format video_format);
Dffmpeg_common.cc544 PixelFormat VideoFormatToPixelFormat(VideoFrame::Format video_format) { in VideoFormatToPixelFormat() argument
545 switch (video_format) { in VideoFormatToPixelFormat()
557 DVLOG(1) << "Unsupported VideoFrame::Format: " << video_format; in VideoFormatToPixelFormat()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannelmanager.h199 const VideoFormat& video_format);
204 const VideoFormat& video_format);
Dchannelmanager.cc826 VideoCapturer* capturer, const VideoFormat& video_format) { in StartVideoCapture() argument
829 capture_manager_.get(), capturer, video_format)); in StartVideoCapture()
843 VideoCapturer* capturer, const VideoFormat& video_format) { in StopVideoCapture() argument
846 capture_manager_.get(), capturer, video_format)); in StopVideoCapture()
Dchannel.cc1970 const VideoFormat* video_format = capturer->GetCaptureFormat(); in GetScreencastDetails_w() local
1971 data->fps = VideoFormat::IntervalToFps(video_format->interval); in GetScreencastDetails_w()
/external/kernel-headers/original/uapi/linux/dvb/
Dvideo.h151 video_format_t video_format; /* current aspect ratio of stream*/ member
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzVideo.m100 static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format);
303 static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format)
382 video_format->BitsPerPixel = device_bpp;