HomeSort by relevance Sort by last modified time
    Searched full:u_plane (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/media/cast/test/
video_utility.cc 36 uint8* u_plane = frame->data(VideoFrame::kUPlane); local
46 u_plane[i] = static_cast<uint8>(start_value + i);
62 uint8* u_plane = frame->data(VideoFrame::kUPlane); local
70 memcpy(u_plane, raw_data + width * height, half_width * half_height);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
spu_common.h 77 uint8_t* u_plane; member in struct:yuv2rgb_parms_t
92 uint8_t* u_plane; member in struct:scale_parms_t
yuv2rgb_converter.c 52 unsigned char u_plane[2][(MAX_HDTV_WIDTH + 128) * 2] __attribute__((aligned(128))); variable
180 unsigned char* ram_addr_u = parms_converter.u_plane;
207 spu_mfcdma32(u_plane[buf_idx], (unsigned int) ram_addr_u, size_2lines_vu, RETR_BUF+buf_idx, MFC_GET_CMD);
224 spu_mfcdma32(u_plane[buf_idx], (unsigned int) ram_addr_u+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);
237 u_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);
264 u_plane[buf_idx] + stride_vu,
294 unsigned char* ram_addr_u = parms_converter.u_plane;
318 spu_mfcdma32(u_plane[buf_idx], (unsigned int) ram_addr_u, size_2lines_vu, RETR_BUF + buf_idx, MFC_GET_CMD)
    [all...]
bilin_scaler.c 52 unsigned char u_plane[2][(MAX_HDTV_WIDTH+128)*2] __attribute__((aligned(128))); variable
151 unsigned char* src_addr_u = parms.u_plane;
221 mfc_get( u_plane[curr_src_idx], (unsigned int) src_addr_u, src_dbl_linestride_vu, RETR_BUF, 0, 0 );
272 mfc_get( u_plane[next_src_idx],
303 bilinear_scale_line_w8( u_plane[curr_src_idx]+curr_lsoff_u,
387 bilinear_scale_line_w8( u_plane[curr_src_idx]+curr_lsoff_u,
456 unsigned char* src_addr_u = parms.u_plane;
527 mfc_get( u_plane[curr_src_idx], (unsigned int) src_addr_u, src_dbl_linestride_vu, RETR_BUF, 0, 0 );
577 mfc_get( u_plane[next_src_idx],
608 bilinear_scale_line_w8( u_plane[curr_src_idx]+curr_lsoff_u
    [all...]
  /external/chromium_org/media/base/
video_frame_unittest.cc 34 uint8* u_plane = frame->data(VideoFrame::kUPlane); local
37 memset(u_plane, 0x80, frame->stride(VideoFrame::kUPlane));
39 u_plane += frame->stride(VideoFrame::kUPlane);
192 uint8* u_plane = frame->data(VideoFrame::kUPlane); local
195 EXPECT_EQ(0, memcmp(kExpectedUVRow, u_plane, arraysize(kExpectedUVRow)));
197 u_plane += frame->stride(VideoFrame::kUPlane);
yuv_convert_unittest.cc 177 uint8* u_plane() { return yuv_bytes_.get() + kSourceYSize; } function in class:media::YUVScaleTest
194 u_plane(), // U
209 u_plane(), // U
225 u_plane(), // U
247 u_plane(), // U
264 u_plane(), // U
281 u_plane(), // U
    [all...]
video_util.cc 86 uint8* u_plane = frame->data(VideoFrame::kUPlane); local
92 memset(u_plane, u, u_row_bytes);
94 u_plane += frame->stride(VideoFrame::kUPlane);
  /external/chromium_org/media/base/simd/
linear_scale_yuv_to_rgb_mmx.inc 47 %define U_PLANE WORD_SIZE [rsp + 3 * gprsize]
101 mov Uq, U_PLANE ; PIC code saves U_PLANE on stack.
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 117 const uint8* u_plane = frame->GetUPlane(); local
119 const uint8* u_pos = u_plane;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c 272 hwdata->scaler_parms->u_plane = Cb;
283 hwdata->converter_parms->u_plane = hwdata->scaler_out + dst->w * dst->h + ((dst->w * dst->h) >> 2);
288 hwdata->converter_parms->u_plane = Cb;
  /external/chromium_org/remoting/base/
util.h 56 uint8* u_plane,
util.cc 50 uint8* u_plane,
65 u_plane + uv_offset, uv_stride,
  /pdk/apps/CameraITS/pymodules/its/
image.py 93 def convert_yuv420_to_rgb_image(y_plane, u_plane, v_plane,
101 u_plane: The packed 8-bit U plane.
112 u = numpy.subtract(u_plane, yuv_off[1]).view(numpy.int8)
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 435 scoped_ptr<uint8_t[]> u_plane(new uint8_t[uv_plane_size]);
442 memset(u_plane.get(), 43, uv_plane_size);
449 resource_provider_->SetPixels(u_resource, u_plane.get(), uv_rect, uv_rect,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]

Completed in 438 milliseconds