Home
last modified time | relevance | path

Searched refs:u_size (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp382 uint32_t u_size = y_size/4; in store_yuv_surface_to_yv12_frame() local
389 u_dst = newImageBuffer + y_size + u_size; in store_yuv_surface_to_yv12_frame()
/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c441 int u_size = (ctx->width >> 1) * (ctx->height >> 1); in upload_yuv_to_surface() local
457 v_src = ctx->frame_data_buffer + y_size + u_size; in upload_yuv_to_surface()
Dmpeg2vaenc.c441 int u_size = (ctx->width >> 1) * (ctx->height >> 1); in upload_yuv_to_surface() local
457 v_src = ctx->frame_data_buffer + y_size + u_size; in upload_yuv_to_surface()
Davcenc.c362 int u_size = (picture_width >> 1) * (picture_height >> 1); in upload_yuv_to_surface() local
378 v_src = newImageBuffer + y_size + u_size; in upload_yuv_to_surface()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2165 int u_size = (picture_width >> 1) * (picture_height >> 1); in upload_yuv_to_surface() local
2182 v_src = newImageBuffer + y_size + u_size; in upload_yuv_to_surface()