HomeSort by relevance Sort by last modified time
    Searched refs:y_plane (Results 1 - 12 of 12) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
spu_common.h 75 uint8_t* y_plane; member in struct:yuv2rgb_parms_t
90 uint8_t* y_plane; member in struct:scale_parms_t
bilin_scaler.c 50 unsigned char y_plane[2][(MAX_HDTV_WIDTH+128)*4] __attribute__((aligned(128))); variable
149 unsigned char* src_addr_y = parms.y_plane;
214 mfc_get( y_plane[curr_src_idx], (unsigned int) src_addr_y, src_dbl_linestride_y, RETR_BUF, 0, 0 );
215 mfc_get( y_plane[curr_src_idx]+src_dbl_linestride_y,
250 mfc_get( y_plane[next_src_idx],
255 mfc_get( y_plane[next_src_idx]+src_dbl_linestride_y,
282 bilinear_scale_line_w16( y_plane[curr_src_idx],
289 bilinear_scale_line_w16( y_plane[curr_src_idx]+src_dbl_linestride_y,
366 bilinear_scale_line_w16( y_plane[curr_src_idx],
373 bilinear_scale_line_w16( y_plane[curr_src_idx]+src_dbl_linestride_y
    [all...]
yuv2rgb_converter.c 50 unsigned char y_plane[2][(MAX_HDTV_WIDTH + 128) * 4] __attribute__((aligned(128))); variable
176 unsigned char* ram_addr_y = parms_converter.y_plane;
201 spu_mfcdma32(y_plane[buf_idx], (unsigned int) ram_addr_y, size_4lines_y, RETR_BUF+buf_idx, MFC_GET_CMD);
218 spu_mfcdma32(y_plane[buf_idx], (unsigned int) ram_addr_y+size_4lines_y, size_4lines_y, 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);
235 yuv_to_rgb_w16_line(y_plane[buf_idx] + size_2lines_y,
259 yuv_to_rgb_w16_line(y_plane[buf_idx], v_plane[buf_idx], u_plane[buf_idx], bgra, width);
262 yuv_to_rgb_w16_line(y_plane[buf_idx] + size_2lines_y,
290 unsigned char* ram_addr_y = parms_converter.y_plane;
314 spu_mfcdma32(y_plane[buf_idx], (unsigned int) ram_addr_y, size_4lines_y, RETR_BUF + buf_idx, MFC_GET_CMD)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 94 const uint8* y_plane = frame->GetYPlane(); local
95 const uint8* y_pos = y_plane;
  /external/chromium_org/remoting/base/
util.h 54 uint8* y_plane,
util.cc 55 uint8* y_plane,
70 y_plane + y_offset, y_stride,
  /external/chromium_org/media/base/
video_frame_unittest.cc 27 uint8* y_plane = frame->data(VideoFrame::kYPlane); local
30 memset(y_plane, color, frame->stride(VideoFrame::kYPlane));
31 y_plane += frame->stride(VideoFrame::kYPlane);
184 uint8* y_plane = frame->data(VideoFrame::kYPlane); local
186 EXPECT_EQ(0, memcmp(kExpectedYRow, y_plane, arraysize(kExpectedYRow)));
187 y_plane += frame->stride(VideoFrame::kYPlane);
yuv_convert_unittest.cc 176 uint8* y_plane() { return yuv_bytes_.get(); } function in class:media::YUVScaleTest
193 media::ScaleYUVToRGB32(y_plane(), // Y
208 media::ConvertYUVToRGB32(y_plane(), // Y
224 media::ScaleYUVToRGB32(y_plane(), // Y
246 media::ScaleYUVToRGB32(y_plane(), // Y
263 media::ScaleYUVToRGB32(y_plane(), // Y
280 media::ScaleYUVToRGB32(y_plane(), // Y
    [all...]
video_util.cc 77 uint8* y_plane = frame->data(VideoFrame::kYPlane); local
81 memset(y_plane, y, y_row_bytes);
82 y_plane += frame->stride(VideoFrame::kYPlane);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c 270 hwdata->scaler_parms->y_plane = lum;
281 hwdata->converter_parms->y_plane = hwdata->scaler_out;
286 hwdata->converter_parms->y_plane = lum;
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 429 scoped_ptr<uint8_t[]> y_plane(new uint8_t[y_plane_size]);
436 memset(y_plane.get(), 149, y_plane_size);
442 resource_provider_->SetPixels(y_resource, y_plane.get(), rect, rect,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]

Completed in 529 milliseconds