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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DVUIParameters.java43 public int video_format; field in class:VUIParameters
73 ", video_format=" + video_format + "\n" +
H A DSeqParameterSet.java214 vuip.video_format = (int) reader.readNBit(3, "VUI: video_format");
422 writer.writeNBit(vuip.video_format, 3, "VUI: video_format");
/external/chromium_org/media/video/capture/
H A Dfile_video_capture_device.cc38 // returning the collected format in |video_format|. For a non authoritative
49 media::VideoCaptureFormat* video_format) {
50 video_format->pixel_format = media::PIXEL_FORMAT_I420;
51 video_format->frame_size.set_width(0);
52 video_format->frame_size.set_height(0);
65 video_format->frame_size.set_width(ParseY4MInt(token));
68 video_format->frame_size.set_height(ParseY4MInt(token));
76 video_format->frame_rate = fps_numerator / fps_denominator;
99 CHECK(video_format->IsValid());
103 // format in |video_format|
48 ParseY4MTags(const std::string& file_header, media::VideoCaptureFormat* video_format) argument
107 ParseFileAndExtractVideoFormat( base::File* file, media::VideoCaptureFormat* video_format) argument
[all...]
H A Dfile_video_capture_device.h30 media::VideoCaptureFormat* video_format);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcapturemanager.cc60 VideoFormat video_format; member in struct:cricket::VideoCapturerState::CaptureResolutionInfo
92 if (desired_format == iter->video_format) {
104 if (format == iter->video_format) {
124 if (iter->video_format.width > highest_format.width) {
125 highest_format.width = iter->video_format.width;
127 if (iter->video_format.height > highest_format.height) {
128 highest_format.height = iter->video_format.height;
130 if (iter->video_format.interval < highest_format.interval) {
131 highest_format.interval = iter->video_format.interval;
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Ddevicemanager.cc225 VideoFormat video_format; local
226 bool has_max = GetMaxFormat(device, &video_format);
229 capturer->ConstrainSupportedFormats(video_format);
351 VideoFormat* video_format) const {
358 *video_format = found->second;
363 VideoFormat* video_format) const {
366 if (GetUsbId(device, &usb_id) && IsInWhitelist(usb_id, video_format)) {
369 return IsInWhitelist(device.name, video_format);
H A Ddevicemanager.h191 bool IsInWhitelist(const std::string& key, VideoFormat* video_format) const;
193 VideoFormat* video_format) const;
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_common.h126 PixelFormat VideoFormatToPixelFormat(VideoFrame::Format video_format);
H A Dffmpeg_common.cc536 PixelFormat VideoFormatToPixelFormat(VideoFrame::Format video_format) { argument
537 switch (video_format) {
549 DVLOG(1) << "Unsupported VideoFrame::Format: " << video_format;
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dffmpeg_cdm_video_decoder.cc35 static PixelFormat CdmVideoFormatToPixelFormat(cdm::VideoFormat video_format) { argument
36 switch (video_format) {
42 DVLOG(1) << "Unsupported cdm::VideoFormat: " << video_format;
/external/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h151 video_format_t video_format; /* current aspect ratio of stream*/ member in struct:video_status
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager.h197 const VideoFormat& video_format);
202 const VideoFormat& video_format);
H A Dchannelmanager.cc836 VideoCapturer* capturer, const VideoFormat& video_format) {
839 capture_manager_.get(), capturer, video_format));
853 VideoCapturer* capturer, const VideoFormat& video_format) {
856 capture_manager_.get(), capturer, video_format));
835 StartVideoCapture( VideoCapturer* capturer, const VideoFormat& video_format) argument
852 StopVideoCapture( VideoCapturer* capturer, const VideoFormat& video_format) argument
H A Dchannel.cc1980 const VideoFormat* video_format = capturer->GetCaptureFormat(); local
1981 data->fps = VideoFormat::IntervalToFps(video_format->interval);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc606 const VideoFormat& video_format() const { function in class:cricket::WebRtcVideoChannelSendInfo
609 void set_video_format(const VideoFormat& video_format) { argument
610 video_format_ = video_format;
620 if (video_format() == cricket::VideoFormat()) {
864 static void UpdateVideoCodec(const cricket::VideoFormat& video_format, argument
866 if ((target_codec == NULL) || (video_format == cricket::VideoFormat())) {
869 target_codec->width = video_format.width;
870 target_codec->height = video_format.height;
872 video_format.interval);
3244 const VideoFormat& video_format local
3731 const VideoFormat& video_format = send_channel->video_format(); local
3953 const VideoFormat& video_format = send_channel->video_format(); local
[all...]
H A Dwebrtcvideoengine2.cc124 VideoFormat* video_format) {
158 *video_format = best_format;
120 FindBestVideoFormat(int max_width, int max_height, int aspect_width, int aspect_height, VideoFormat* video_format) argument
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A 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;

Completed in 1694 milliseconds