Searched refs:frame_format (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_device.cc84 media::VideoFrame::Format frame_format = media::VideoFrame::UNKNOWN; local
96 frame_format =
103 frame_format =
108 media::VideoFrame::PlaneHorizontalBitsPerPixel(frame_format, 0);
111 << ", visible_size=" << visible_size.ToString() << ", frame_format="
112 << media::VideoFrame::FormatToString(frame_format)
136 i, frame_format, coded_size.width())));
/external/chromium_org/media/video/capture/mac/
H A Dvideo_capture_device_mac.h72 const VideoCaptureFormat& frame_format,
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_controller.cc167 const VideoCaptureFormat& frame_format,
348 const VideoCaptureFormat& frame_format,
353 if (!frame_format.IsValid())
360 int new_unrotated_width = frame_format.frame_size.width();
361 int new_unrotated_height = frame_format.frame_size.height();
416 switch (frame_format.pixel_format) {
469 frame_format.frame_size.width(),
470 (flip ? -frame_format.frame_size.height() :
471 frame_format.frame_size.height()),
491 dimensions, frame_format
345 OnIncomingCapturedData( const uint8* data, int length, const VideoCaptureFormat& frame_format, int rotation, base::TimeTicks timestamp) argument
[all...]
H A Dvideo_capture_host.cc79 const media::VideoCaptureFormat& frame_format,
89 frame_format,
98 const media::VideoCaptureFormat& frame_format,
108 frame_format,
76 OnBufferReady( const VideoCaptureControllerID& controller_id, int buffer_id, const media::VideoCaptureFormat& frame_format, const gfx::Rect& visible_rect, base::TimeTicks timestamp) argument
94 OnMailboxBufferReady( const VideoCaptureControllerID& controller_id, int buffer_id, const gpu::MailboxHolder& mailbox_holder, const media::VideoCaptureFormat& frame_format, base::TimeTicks timestamp) argument
H A Dvideo_capture_host_unittest.cc229 const media::VideoCaptureFormat& frame_format,
236 dumper_.StartDump(frame_format.frame_size.width(),
237 frame_format.frame_size.height());
238 format_ = frame_format;
240 ASSERT_EQ(format_.frame_size.width(), frame_format.frame_size.width())
242 ASSERT_EQ(format_.frame_size.height(), frame_format.frame_size.height())
247 OnBufferFilled(device_id, buffer_id, frame_format, visible_rect, timestamp);
227 OnBufferFilledDispatch(int device_id, int buffer_id, const media::VideoCaptureFormat& frame_format, const gfx::Rect& visible_rect, base::TimeTicks timestamp) argument
/external/kernel-headers/original/uapi/sound/
H A Dhdspm.h166 uint8_t frame_format; /* enum hdspm_madi_frame_format */ member in struct:hdspm_status::__anon23568::__anon23569
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura_unittest.cc45 const media::VideoCaptureFormat& frame_format,
H A Ddesktop_capture_device_unittest.cc51 const media::VideoCaptureFormat& frame_format,
H A Dweb_contents_video_capture_device_unittest.cc344 const media::VideoCaptureFormat& frame_format,
/external/chromium_org/cc/resources/
H A Dvideo_resource_updater.cc325 media::VideoFrame::Format frame_format = video_frame->format(); local
327 DCHECK_EQ(frame_format, media::VideoFrame::NATIVE_TEXTURE);
328 if (frame_format != media::VideoFrame::NATIVE_TEXTURE)
/external/chromium_org/media/video/capture/
H A Dvideo_capture_device.h207 // The format of the frame is described by |frame_format|, and is assumed to
213 const VideoCaptureFormat& frame_format,
/external/lldb/source/Target/
H A DStackFrame.cpp1286 const char *frame_format = NULL; local
1289 frame_format = target->GetDebugger().GetFrameFormat();
1290 if (frame_format && Debugger::FormatPrompt (frame_format, &m_sc, &exe_ctx, NULL, s))

Completed in 375 milliseconds