/external/chromium_org/media/cast/test/ |
D | video_utility.cc | 23 frame1->data(VideoFrame::kVPlane), frame1->stride(VideoFrame::kVPlane), in I420PSNR() 26 frame2->data(VideoFrame::kVPlane), frame2->stride(VideoFrame::kVPlane), in I420PSNR() 37 uint8* v_plane = frame->data(VideoFrame::kVPlane); in PopulateVideoFrame() 63 uint8* v_plane = frame->data(VideoFrame::kVPlane); in PopulateVideoFrameFromFile()
|
D | linux_output_window.cc | 119 video_frame->data(VideoFrame::kVPlane), in RenderFrame() 120 video_frame->stride(VideoFrame::kVPlane), in RenderFrame()
|
/external/chromium_org/media/base/ |
D | video_frame_unittest.cc | 35 uint8* v_plane = frame->data(VideoFrame::kVPlane); in InitializeYV12Frame() 38 memset(v_plane, 0x80, frame->stride(VideoFrame::kVPlane)); in InitializeYV12Frame() 40 v_plane += frame->stride(VideoFrame::kVPlane); in InitializeYV12Frame() 49 yv12_frame->stride(VideoFrame::kVPlane)); in ExpectFrameColor() 65 yv12_frame->data(VideoFrame::kVPlane), in ExpectFrameColor() 193 uint8* v_plane = frame->data(VideoFrame::kVPlane); in TEST() 198 v_plane += frame->stride(VideoFrame::kVPlane); in TEST()
|
D | video_frame.cc | 143 frame->strides_[kVPlane] = coded_size.width() / 2; in WrapExternalPackedMemory() 146 frame->data_[kVPlane] = data + (coded_size.GetArea() * 5 / 4); in WrapExternalPackedMemory() 175 frame->strides_[kVPlane] = v_stride; in WrapExternalYuvData() 178 frame->data_[kVPlane] = v_data; in WrapExternalYuvData() 299 case VideoFrame::kVPlane: in PlaneAllocationSize() 311 case VideoFrame::kVPlane: in PlaneAllocationSize() 322 case VideoFrame::kVPlane: in PlaneAllocationSize() 391 data_[VideoFrame::kVPlane] = data + y_bytes + uv_bytes; in AllocateYUV() 394 strides_[VideoFrame::kVPlane] = uv_stride; in AllocateYUV()
|
D | video_util.cc | 62 CopyPlane(VideoFrame::kVPlane, source, stride, rows, frame); in CopyVPlane() 87 uint8* v_plane = frame->data(VideoFrame::kVPlane); in FillYUV() 90 int v_row_bytes = frame->row_bytes(VideoFrame::kVPlane); in FillYUV() 95 v_plane += frame->stride(VideoFrame::kVPlane); in FillYUV() 155 LetterboxPlane(frame, VideoFrame::kVPlane, half_view_area, 0x80); in LetterboxYUV() 285 const int kV = VideoFrame::kVPlane; in CopyRGBToVideoFrame()
|
D | video_util_unittest.cc | 380 EXPECT_EQ(frame->data(VideoFrame::kVPlane)[ in TEST_F() 381 (y / 2) * frame->stride(VideoFrame::kVPlane) + (x / 2)], in TEST_F()
|
D | video_frame.h | 33 kVPlane = 2, enumerator
|
/external/chromium_org/media/filters/ |
D | skcanvas_video_renderer.cc | 81 video_frame->stride(media::VideoFrame::kVPlane)); in FastPaint() 164 video_frame->data(media::VideoFrame::kVPlane) + uv_offset; in FastPaint() 196 video_frame->stride(media::VideoFrame::kVPlane)); in ConvertVideoFrameToBitmap() 234 video_frame->data(media::VideoFrame::kVPlane) + uv_offset, in ConvertVideoFrameToBitmap() 248 video_frame->data(media::VideoFrame::kVPlane) + uv_offset, in ConvertVideoFrameToBitmap() 262 video_frame->data(media::VideoFrame::kVPlane) + uv_offset, in ConvertVideoFrameToBitmap()
|
D | ffmpeg_video_decoder.cc | 337 !av_frame_->data[VideoFrame::kVPlane]) { in FFmpegDecode()
|
/external/chromium_org/media/cdm/ppapi/ |
D | ffmpeg_cdm_video_decoder.cc | 252 !av_frame_->data[cdm::VideoFrame::kVPlane]) { in DecodeFrame() 299 CopyPlane(av_frame_->data[cdm::VideoFrame::kVPlane], in CopyAvFrameTo() 300 av_frame_->linesize[cdm::VideoFrame::kVPlane], in CopyAvFrameTo() 316 cdm_video_frame->SetPlaneOffset(cdm::VideoFrame::kVPlane, in CopyAvFrameTo() 321 cdm_video_frame->SetStride(cdm::VideoFrame::kVPlane, uv_stride); in CopyAvFrameTo()
|
D | fake_cdm_video_decoder.cc | 75 decoded_frame->SetPlaneOffset(cdm::VideoFrame::kVPlane, v_offset); in DecodeFrame() 78 decoded_frame->SetStride(cdm::VideoFrame::kVPlane, uv_stride); in DecodeFrame()
|
D | libvpx_cdm_video_decoder.cc | 182 cdm_video_frame->SetPlaneOffset(cdm::VideoFrame::kVPlane, in CopyVpxImageTo() 189 cdm_video_frame->SetStride(cdm::VideoFrame::kVPlane, in CopyVpxImageTo()
|
D | cdm_adapter.cc | 748 video_frame->PlaneOffset(cdm::VideoFrame::kVPlane); in DeliverFrame() 754 video_frame->Stride(cdm::VideoFrame::kVPlane); in DeliverFrame()
|
/external/chromium/webkit/glue/media/ |
D | video_renderer_impl.cc | 166 video_frame->stride(media::VideoFrame::kVPlane)); in SlowPaint() 174 video_frame->data(media::VideoFrame::kVPlane), in SlowPaint() 207 video_frame->stride(media::VideoFrame::kVPlane)); in FastPaint() 281 video_frame->data(media::VideoFrame::kVPlane) + uv_offset; in FastPaint()
|
/external/chromium_org/content/common/gpu/media/ |
D | android_video_encode_accelerator.cc | 207 frame->row_bytes(VideoFrame::kVPlane) == in Encode() 208 frame->stride(VideoFrame::kVPlane) && in Encode() 311 frame->data(VideoFrame::kVPlane), in QueueInput() 312 frame->stride(VideoFrame::kVPlane), in QueueInput()
|
/external/chromium_org/media/tools/player_x11/ |
D | x11_video_renderer.cc | 105 video_frame->stride(media::VideoFrame::kVPlane)); in Paint() 113 video_frame->data(media::VideoFrame::kVPlane), in Paint()
|
D | gl_video_renderer.cc | 122 video_frame->stride(media::VideoFrame::kVPlane)); in Paint()
|
/external/chromium_org/media/cast/video_sender/codecs/vp8/ |
D | vp8_encoder.cc | 133 const_cast<uint8*>(video_frame->data(VideoFrame::kVPlane)); in Encode() 137 raw_image_->stride[VPX_PLANE_V] = video_frame->stride(VideoFrame::kVPlane); in Encode()
|
/external/chromium_org/media/cast/video_receiver/codecs/vp8/ |
D | vp8_decoder.cc | 89 CopyPlane(VideoFrame::kVPlane, img->planes[VPX_PLANE_V], in Decode()
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | desktop_capture_device_aura.cc | 61 uint8* vplane = target->data(media::VideoFrame::kVPlane) + in RenderCursorOnVideoFrame() 62 (y / 2) * target->row_bytes(media::VideoFrame::kVPlane); in RenderCursorOnVideoFrame()
|
/external/chromium_org/content/renderer/media/ |
D | rtc_video_encoder.cc | 426 media::CopyVPlane(next_frame->buffer(webrtc::kVPlane), in EncodeOneFrame() 427 next_frame->stride(webrtc::kVPlane), in EncodeOneFrame()
|
/external/chromium_org/content/common/gpu/client/ |
D | gl_helper_unittests.cc | 949 unsigned char* V = truth_frame->data(media::VideoFrame::kVPlane); in TestYUVReadback() 952 int32 v_stride = truth_frame->stride(media::VideoFrame::kVPlane); in TestYUVReadback() 999 output_frame->data(media::VideoFrame::kVPlane), 2, in TestYUVReadback()
|
D | gl_helper.cc | 894 media::VideoFrame::kVPlane, in ReadbackYUV() 1029 media::VideoFrame::kVPlane, in ReadbackYUV()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_video_capture_host.cc | 156 COMPILE_ASSERT(media::VideoFrame::kVPlane == 2, v_plane_should_be_2); in OnFrameReady()
|
/external/chromium_org/ui/surface/ |
D | accelerated_surface_win.cc | 618 if (!CopyPlane(gpu_ops, v, frame, media::VideoFrame::kVPlane)) in DoCopyToYUV()
|