Searched defs:video_format (Results 1 - 7 of 7) 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" +
/external/chromium_org/media/cdm/ppapi/
H A Dffmpeg_cdm_video_decoder.cc34 static PixelFormat CdmVideoFormatToPixelFormat(cdm::VideoFormat video_format) { argument
35 switch (video_format) {
41 DVLOG(1) << "Unsupported cdm::VideoFormat: " << video_format;
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_common.cc504 PixelFormat VideoFormatToPixelFormat(VideoFrame::Format video_format) { argument
505 switch (video_format) {
513 DVLOG(1) << "Unsupported VideoFrame::Format: " << 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/session/media/
H A Dchannelmanager.cc795 VideoCapturer* capturer, const VideoFormat& video_format) {
798 capture_manager_.get(), capturer, video_format));
812 VideoCapturer* capturer, const VideoFormat& video_format) {
815 capture_manager_.get(), capturer, video_format));
794 StartVideoCapture( VideoCapturer* capturer, const VideoFormat& video_format) argument
811 StopVideoCapture( VideoCapturer* capturer, const VideoFormat& video_format) argument
H A Dchannel.cc2188 const VideoFormat* video_format = capturer->GetCaptureFormat(); local
2189 return VideoFormat::IntervalToFps(video_format->interval);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc504 const VideoFormat& video_format() const { function in class:cricket::WebRtcVideoChannelSendInfo
507 void set_video_format(const VideoFormat& video_format) { argument
508 video_format_ = video_format;
515 if (video_format() == cricket::VideoFormat()) {
681 static void UpdateVideoCodec(const cricket::VideoFormat& video_format, argument
683 if ((target_codec == NULL) || (video_format == cricket::VideoFormat())) {
686 target_codec->width = video_format.width;
687 target_codec->height = video_format.height;
689 video_format.interval);
2670 const VideoFormat& video_format local
3132 const VideoFormat& video_format = send_channel->video_format(); local
3290 const VideoFormat& video_format = send_channel->video_format(); local
[all...]

Completed in 217 milliseconds