/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/ |
spu_common.h | 76 uint8_t* v_plane; member in struct:yuv2rgb_parms_t 91 uint8_t* v_plane; member in struct:scale_parms_t
|
yuv2rgb_converter.c | 51 unsigned char v_plane[2][(MAX_HDTV_WIDTH + 128) * 2] __attribute__((aligned(128))); variable 178 unsigned char* ram_addr_v = parms_converter.v_plane; 204 spu_mfcdma32(v_plane[buf_idx], (unsigned int) ram_addr_v, size_2lines_vu, RETR_BUF+buf_idx, MFC_GET_CMD); 221 spu_mfcdma32(v_plane[buf_idx], (unsigned int) ram_addr_v+size_2lines_vu, size_2lines_vu, RETR_BUF+buf_idx, MFC_GET_CMD); 232 yuv_to_rgb_w16_line(y_plane[buf_idx], v_plane[buf_idx], u_plane[buf_idx], bgra, width); 236 v_plane[buf_idx] + stride_vu, 259 yuv_to_rgb_w16_line(y_plane[buf_idx], v_plane[buf_idx], u_plane[buf_idx], bgra, width); 263 v_plane[buf_idx] + stride_vu, 292 unsigned char* ram_addr_v = parms_converter.v_plane; 316 spu_mfcdma32(v_plane[buf_idx], (unsigned int) ram_addr_v, size_2lines_vu, RETR_BUF + buf_idx, MFC_GET_CMD) [all...] |
bilin_scaler.c | 51 unsigned char v_plane[2][(MAX_HDTV_WIDTH+128)*2] __attribute__((aligned(128))); variable 150 unsigned char* src_addr_v = parms.v_plane; 220 mfc_get( v_plane[curr_src_idx], (unsigned int) src_addr_v, src_dbl_linestride_vu, RETR_BUF, 0, 0 ); 264 mfc_get( v_plane[next_src_idx], 296 bilinear_scale_line_w8( v_plane[curr_src_idx]+curr_lsoff_v, 380 bilinear_scale_line_w8( v_plane[curr_src_idx]+curr_lsoff_v, 455 unsigned char* src_addr_v = parms.v_plane; 526 mfc_get( v_plane[curr_src_idx], (unsigned int) src_addr_v, src_dbl_linestride_vu, RETR_BUF, 0, 0 ); 569 mfc_get( v_plane[next_src_idx], 601 bilinear_scale_line_w8( v_plane[curr_src_idx]+curr_lsoff_v [all...] |
/external/chromium_org/media/cast/test/ |
video_utility.cc | 37 uint8* v_plane = frame->data(VideoFrame::kVPlane); local 51 v_plane[i] = static_cast<uint8>(start_value + i); 63 uint8* v_plane = frame->data(VideoFrame::kVPlane); local 71 memcpy(v_plane, raw_data + width * height +
|
/external/chromium_org/media/base/ |
video_frame_unittest.cc | 35 uint8* v_plane = frame->data(VideoFrame::kVPlane); local 38 memset(v_plane, 0x80, frame->stride(VideoFrame::kVPlane)); 40 v_plane += frame->stride(VideoFrame::kVPlane); 193 uint8* v_plane = frame->data(VideoFrame::kVPlane); local 196 EXPECT_EQ(0, memcmp(kExpectedUVRow, v_plane, arraysize(kExpectedUVRow))); 198 v_plane += frame->stride(VideoFrame::kVPlane);
|
yuv_convert_unittest.cc | 178 uint8* v_plane() { function in class:media::YUVScaleTest 195 v_plane(), // V 210 v_plane(), // V 226 v_plane(), // V 248 v_plane(), // V 265 v_plane(), // V 282 v_plane(), // V [all...] |
video_util.cc | 87 uint8* v_plane = frame->data(VideoFrame::kVPlane); local 93 memset(v_plane, v, v_row_bytes); 95 v_plane += frame->stride(VideoFrame::kVPlane);
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
fakevideorenderer.h | 118 const uint8* v_plane = frame->GetVPlane(); local 120 const uint8* v_pos = v_plane;
|
/external/chromium_org/remoting/base/ |
util.h | 57 uint8* v_plane,
|
util.cc | 51 uint8* v_plane, 66 v_plane + uv_offset, uv_stride,
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3yuv.c | 271 hwdata->scaler_parms->v_plane = Cr; 282 hwdata->converter_parms->v_plane = hwdata->scaler_out + dst->w * dst->h; 287 hwdata->converter_parms->v_plane = Cr;
|
/pdk/apps/CameraITS/pymodules/its/ |
image.py | 93 def convert_yuv420_to_rgb_image(y_plane, u_plane, v_plane, 102 v_plane: The packed 8-bit V plane. 113 v = numpy.subtract(v_plane, yuv_off[2]).view(numpy.int8)
|
/external/chromium_org/cc/output/ |
renderer_pixeltest.cc | 436 scoped_ptr<uint8_t[]> v_plane(new uint8_t[uv_plane_size]); 443 memset(v_plane.get(), 21, uv_plane_size); 451 resource_provider_->SetPixels(v_resource, v_plane.get(), uv_rect, uv_rect, [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoengine.cc | [all...] |