Home
last modified time | relevance | path

Searched refs:v_plane (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/media/cast/test/
Dvideo_utility.cc37 uint8* v_plane = frame->data(VideoFrame::kVPlane); in PopulateVideoFrame() local
51 v_plane[i] = static_cast<uint8>(start_value + i); in PopulateVideoFrame()
63 uint8* v_plane = frame->data(VideoFrame::kVPlane); in PopulateVideoFrameFromFile() local
71 memcpy(v_plane, raw_data + width * height + in PopulateVideoFrameFromFile()
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
Dyuv2rgb_converter.c51 unsigned char v_plane[2][(MAX_HDTV_WIDTH + 128) * 2] __attribute__((aligned(128))); variable
178 unsigned char* ram_addr_v = parms_converter.v_plane; in yuv_to_rgb_w16()
204 …spu_mfcdma32(v_plane[buf_idx], (unsigned int) ram_addr_v, size_2lines_vu, RETR_BUF+buf_idx, MFC_GE… in yuv_to_rgb_w16()
221 …spu_mfcdma32(v_plane[buf_idx], (unsigned int) ram_addr_v+size_2lines_vu, size_2lines_vu, RETR_BUF+… in yuv_to_rgb_w16()
232 yuv_to_rgb_w16_line(y_plane[buf_idx], v_plane[buf_idx], u_plane[buf_idx], bgra, width); in yuv_to_rgb_w16()
236 v_plane[buf_idx] + stride_vu, in yuv_to_rgb_w16()
259 yuv_to_rgb_w16_line(y_plane[buf_idx], v_plane[buf_idx], u_plane[buf_idx], bgra, width); in yuv_to_rgb_w16()
263 v_plane[buf_idx] + stride_vu, in yuv_to_rgb_w16()
292 unsigned char* ram_addr_v = parms_converter.v_plane; in yuv_to_rgb_w32()
316 …spu_mfcdma32(v_plane[buf_idx], (unsigned int) ram_addr_v, size_2lines_vu, RETR_BUF + buf_idx, MFC_… in yuv_to_rgb_w32()
[all …]
Dspu_common.h76 uint8_t* v_plane; member
91 uint8_t* v_plane; member
Dbilin_scaler.c51 unsigned char v_plane[2][(MAX_HDTV_WIDTH+128)*2] __attribute__((aligned(128))); variable
150 unsigned char* src_addr_v = parms.v_plane; in scale_srcw16_dstw16()
220 mfc_get( v_plane[curr_src_idx], (unsigned int) src_addr_v, src_dbl_linestride_vu, RETR_BUF, 0, 0 ); in scale_srcw16_dstw16()
264 mfc_get( v_plane[next_src_idx], in scale_srcw16_dstw16()
296 bilinear_scale_line_w8( v_plane[curr_src_idx]+curr_lsoff_v, in scale_srcw16_dstw16()
380 bilinear_scale_line_w8( v_plane[curr_src_idx]+curr_lsoff_v, in scale_srcw16_dstw16()
455 unsigned char* src_addr_v = parms.v_plane; in scale_srcw16_dstw32()
526 mfc_get( v_plane[curr_src_idx], (unsigned int) src_addr_v, src_dbl_linestride_vu, RETR_BUF, 0, 0 ); in scale_srcw16_dstw32()
569 mfc_get( v_plane[next_src_idx], in scale_srcw16_dstw32()
601 bilinear_scale_line_w8( v_plane[curr_src_idx]+curr_lsoff_v, in scale_srcw16_dstw32()
[all …]
/external/chromium_org/media/base/
Dvideo_frame_unittest.cc35 uint8* v_plane = frame->data(VideoFrame::kVPlane); in InitializeYV12Frame() local
38 memset(v_plane, 0x80, frame->stride(VideoFrame::kVPlane)); in InitializeYV12Frame()
40 v_plane += frame->stride(VideoFrame::kVPlane); in InitializeYV12Frame()
193 uint8* v_plane = frame->data(VideoFrame::kVPlane); in TEST() local
196 EXPECT_EQ(0, memcmp(kExpectedUVRow, v_plane, arraysize(kExpectedUVRow))); in TEST()
198 v_plane += frame->stride(VideoFrame::kVPlane); in TEST()
Dyuv_convert_unittest.cc178 uint8* v_plane() { in v_plane() function in media::YUVScaleTest
195 v_plane(), // V in TEST_P()
210 v_plane(), // V in TEST_P()
226 v_plane(), // V in TEST_P()
248 v_plane(), // V in TEST_P()
265 v_plane(), // V in TEST_P()
282 v_plane(), // V in TEST_P()
Dvideo_util.cc87 uint8* v_plane = frame->data(VideoFrame::kVPlane); in FillYUV() local
93 memset(v_plane, v, v_row_bytes); in FillYUV()
95 v_plane += frame->stride(VideoFrame::kVPlane); in FillYUV()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfakevideorenderer.h118 const uint8* v_plane = frame->GetVPlane(); in CheckFrameColorYuv() local
120 const uint8* v_pos = v_plane; in CheckFrameColorYuv()
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
DSDL_ps3yuv.c271 hwdata->scaler_parms->v_plane = Cr; in PS3_DisplayYUVOverlay()
282 hwdata->converter_parms->v_plane = hwdata->scaler_out + dst->w * dst->h; in PS3_DisplayYUVOverlay()
287 hwdata->converter_parms->v_plane = Cr; in PS3_DisplayYUVOverlay()
/external/chromium_org/remoting/base/
Dutil.h57 uint8* v_plane,
Dutil.cc51 uint8* v_plane, in ConvertRGB32ToYUVWithRect() argument
66 v_plane + uv_offset, uv_stride, in ConvertRGB32ToYUVWithRect()
/external/chromium_org/cc/output/
Drenderer_pixeltest.cc436 scoped_ptr<uint8_t[]> v_plane(new uint8_t[uv_plane_size]); in CreateTestYUVVideoDrawQuad() local
443 memset(v_plane.get(), 21, uv_plane_size); in CreateTestYUVVideoDrawQuad()
451 resource_provider_->SetPixels(v_resource, v_plane.get(), uv_rect, uv_rect, in CreateTestYUVVideoDrawQuad()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.cc2931 frame_i420.v_plane = const_cast<unsigned char*>(frame_out->GetVPlane()); in SendFrame()