HomeSort by relevance Sort by last modified time
    Searched defs:CreateFrame (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/media/base/
video_frame_pool.cc 23 scoped_refptr<VideoFrame> CreateFrame(VideoFrame::Format format,
58 scoped_refptr<VideoFrame> VideoFramePool::PoolImpl::CreateFrame(
84 frame = VideoFrame::CreateFrame(
115 scoped_refptr<VideoFrame> VideoFramePool::CreateFrame(
121 return pool_->CreateFrame(format, coded_size, visible_rect, natural_size,
video_frame_pool_unittest.cc 14 scoped_refptr<VideoFrame> CreateFrame(VideoFrame::Format format,
21 pool_->CreateFrame(
43 scoped_refptr<VideoFrame> frame = CreateFrame(VideoFrame::YV12, 10);
50 scoped_refptr<VideoFrame> new_frame = CreateFrame(VideoFrame::YV12, 20);
55 scoped_refptr<VideoFrame> frame_a = CreateFrame(VideoFrame::YV12, 10);
56 scoped_refptr<VideoFrame> frame_b = CreateFrame(VideoFrame::YV12, 10);
67 scoped_refptr<VideoFrame> new_frame = CreateFrame(VideoFrame::YV12A, 10);
72 scoped_refptr<VideoFrame> frame = CreateFrame(VideoFrame::YV12, 10);
video_frame.cc 51 scoped_refptr<VideoFrame> VideoFrame::CreateFrame(
411 scoped_refptr<VideoFrame> frame = VideoFrame::CreateFrame(
432 scoped_refptr<VideoFrame> frame = VideoFrame::CreateFrame(
  /external/chromium_org/third_party/webrtc/common_video/
texture_video_frame.cc 40 int TextureVideoFrame::CreateFrame(int size_y,
i420_video_frame.cc 48 int I420VideoFrame::CreateFrame(int size_y, const uint8_t* buffer_y,
66 int ret = CreateFrame(videoFrame.allocated_size(kYPlane),
  /external/chromium_org/net/websockets/
websocket_basic_stream.cc 343 *frame = CreateFrame(is_final_chunk, body);
358 *frame = CreateFrame(is_final_chunk, data_buffer);
362 scoped_ptr<WebSocketFrame> WebSocketBasicStream::CreateFrame(
  /external/chromium_org/content/renderer/
render_frame_impl.cc 389 void RenderFrameImpl::CreateFrame(int routing_id, int parent_routing_id) {
    [all...]

Completed in 110 milliseconds