/hardware/qcom/display/msm8909/libcopybit/ |
D | software_converter.cpp | 54 unsigned int y_size = stride * src->h; in convertYV12toYCrCb420SP() local 59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size); in convertYV12toYCrCb420SP() 60 unsigned char* oldChroma = (unsigned char*)(hnd->base + y_size); in convertYV12toYCrCb420SP() 61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size); in convertYV12toYCrCb420SP()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | software_converter.cpp | 54 unsigned int y_size = stride * src->h; in convertYV12toYCrCb420SP() local 59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size); in convertYV12toYCrCb420SP() 60 unsigned char* oldChroma = (unsigned char*)(hnd->base + y_size); in convertYV12toYCrCb420SP() 61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size); in convertYV12toYCrCb420SP()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | software_converter.cpp | 54 unsigned int y_size = stride * src->h; in convertYV12toYCrCb420SP() local 59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size); in convertYV12toYCrCb420SP() 60 unsigned char* oldChroma = (unsigned char*)(hnd->base + y_size); in convertYV12toYCrCb420SP() 61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size); in convertYV12toYCrCb420SP()
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | software_converter.cpp | 54 unsigned int y_size = stride * src->h; in convertYV12toYCrCb420SP() local 59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size); in convertYV12toYCrCb420SP() 60 unsigned char* oldChroma = (unsigned char*)(hnd->base + y_size); in convertYV12toYCrCb420SP() 61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size); in convertYV12toYCrCb420SP()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | software_converter.cpp | 54 unsigned int y_size = stride * src->h; in convertYV12toYCrCb420SP() local 59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size); in convertYV12toYCrCb420SP() 60 unsigned char* oldChroma = (unsigned char*)(hnd->base + y_size); in convertYV12toYCrCb420SP() 61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size); in convertYV12toYCrCb420SP()
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | software_converter.cpp | 54 unsigned int y_size = stride * src->h; in convertYV12toYCrCb420SP() local 59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size); in convertYV12toYCrCb420SP() 60 unsigned char* oldChroma = (unsigned char*)(hnd->base + y_size); in convertYV12toYCrCb420SP() 61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size); in convertYV12toYCrCb420SP()
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | software_converter.cpp | 54 unsigned int y_size = stride * src->h; in convertYV12toYCrCb420SP() local 59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size); in convertYV12toYCrCb420SP() 60 unsigned char* oldChroma = (unsigned char*)(hnd->base + y_size); in convertYV12toYCrCb420SP() 61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size); in convertYV12toYCrCb420SP()
|
/hardware/intel/common/libva/test/videoprocess/ |
D | videoprocess.cpp | 381 uint32_t y_size = surface_image.width * surface_image.height; in store_yuv_surface_to_yv12_frame() local 382 uint32_t u_size = y_size/4; in store_yuv_surface_to_yv12_frame() 384 newImageBuffer = (unsigned char*)malloc(y_size * 3 / 2); in store_yuv_surface_to_yv12_frame() 388 v_dst = newImageBuffer + y_size; in store_yuv_surface_to_yv12_frame() 389 u_dst = newImageBuffer + y_size + u_size; in store_yuv_surface_to_yv12_frame() 443 n_items = fwrite(newImageBuffer, y_size * 3 / 2, 1, fp); in store_yuv_surface_to_yv12_frame()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.cpp | 382 unsigned int y_stride, y_height, y_size; in GetYuvUbwcSPPlaneInfo() local 392 y_size = ALIGN((y_stride * y_height), alignment); in GetYuvUbwcSPPlaneInfo() 399 ycbcr->cb = reinterpret_cast<void *>(base + y_meta_size + y_size + c_meta_size); in GetYuvUbwcSPPlaneInfo() 400 ycbcr->cr = reinterpret_cast<void *>(base + y_meta_size + y_size + c_meta_size + 1); in GetYuvUbwcSPPlaneInfo()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.cpp | 374 unsigned int y_stride, y_height, y_size; in GetYuvUbwcSPPlaneInfo() local 384 y_size = ALIGN((y_stride * y_height), alignment); in GetYuvUbwcSPPlaneInfo() 391 ycbcr->cb = reinterpret_cast<void *>(base + y_meta_size + y_size + c_meta_size); in GetYuvUbwcSPPlaneInfo() 392 ycbcr->cr = reinterpret_cast<void *>(base + y_meta_size + y_size + c_meta_size + 1); in GetYuvUbwcSPPlaneInfo()
|
/hardware/qcom/display/msm8998/libgralloc/ |
D | alloc_controller.cpp | 755 unsigned int y_stride, y_height, y_size; in getYuvUbwcSPPlaneInfo() local 765 y_size = ALIGN((y_stride * y_height), alignment); in getYuvUbwcSPPlaneInfo() 772 ycbcr->cb = (void*)(base + y_meta_size + y_size + c_meta_size); in getYuvUbwcSPPlaneInfo() 773 ycbcr->cr = (void*)(base + y_meta_size + y_size + in getYuvUbwcSPPlaneInfo()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.cpp | 732 unsigned int y_stride, y_height, y_size; in getYuvUbwcSPPlaneInfo() local 742 y_size = ALIGN((y_stride * y_height), alignment); in getYuvUbwcSPPlaneInfo() 749 ycbcr->cb = (void*)(base + y_meta_size + y_size + c_meta_size); in getYuvUbwcSPPlaneInfo() 750 ycbcr->cr = (void*)(base + y_meta_size + y_size + in getYuvUbwcSPPlaneInfo()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/test/ |
D | mm_lib2d_test.c | 215 int32_t y_size, int32_t crcb_size, int32_t crcb_offset, in lib2d_test_load_input_yuv_data() argument 230 i = fread(y_ptr, 1, y_size, fp); in lib2d_test_load_input_yuv_data()
|
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/ |
D | mm_lib2d_test.c | 215 int32_t y_size, int32_t crcb_size, int32_t crcb_offset, in lib2d_test_load_input_yuv_data() argument 230 i = fread(y_ptr, 1, y_size, fp); in lib2d_test_load_input_yuv_data()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device.cpp | 1678 int y_size = 0; in venc_empty_buf() local 1682 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height; in venc_empty_buf() 1684 c_offset= (y_size + 2047) & (~(2047)); in venc_empty_buf() 1702 fwrite((const char *)buf_addr, y_size, 1,inputBufferFile1); in venc_empty_buf() 1703 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1,inputBufferFile1); in venc_empty_buf()
|
D | video_encoder_device_copper.cpp | 1636 int y_size = 0; in venc_empty_buf() local 1639 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height; in venc_empty_buf() 1641 c_offset= (y_size + 2047) & (~(2047)); in venc_empty_buf() 1645 fwrite((const char *)frameinfo.ptrbuffer, y_size, 1,inputBufferFile1); in venc_empty_buf() 1646 fwrite((const char *)(frameinfo.ptrbuffer + c_offset), (y_size>>1), 1,inputBufferFile1); in venc_empty_buf()
|
/hardware/intel/common/libva/test/encode/ |
D | mpeg2enc.c | 440 int y_size = ctx->width * ctx->height; in upload_yuv_to_surface() local 456 u_src = ctx->frame_data_buffer + y_size; /* UV offset for NV12 */ in upload_yuv_to_surface() 457 v_src = ctx->frame_data_buffer + y_size + u_size; in upload_yuv_to_surface()
|
D | mpeg2vaenc.c | 440 int y_size = ctx->width * ctx->height; in upload_yuv_to_surface() local 456 u_src = ctx->frame_data_buffer + y_size; /* UV offset for NV12 */ in upload_yuv_to_surface() 457 v_src = ctx->frame_data_buffer + y_size + u_size; in upload_yuv_to_surface()
|
D | avcenc.c | 361 int y_size = picture_width * picture_height; in upload_yuv_to_surface() local 377 u_src = newImageBuffer + y_size; /* UV offset for NV12 */ in upload_yuv_to_surface() 378 v_src = newImageBuffer + y_size + u_size; in upload_yuv_to_surface()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 264 int y_size = 0; in venc_input_log_buffers() local 268 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height; in venc_input_log_buffers() 270 c_offset= (y_size + 2047) & (~(2047)); in venc_input_log_buffers() 284 fwrite((const char *)buf_addr, y_size, 1, m_debug.infile); in venc_input_log_buffers() 285 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1, m_debug.infile); in venc_input_log_buffers()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 263 int y_size = 0; in venc_input_log_buffers() local 267 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height; in venc_input_log_buffers() 269 c_offset= (y_size + 2047) & (~(2047)); in venc_input_log_buffers() 283 fwrite((const char *)buf_addr, y_size, 1, m_debug.infile); in venc_input_log_buffers() 284 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1, m_debug.infile); in venc_input_log_buffers()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 264 int y_size = 0; in venc_input_log_buffers() local 268 y_size = m_sVenc_cfg.input_width * m_sVenc_cfg.input_height; in venc_input_log_buffers() 270 c_offset= (y_size + 2047) & (~(2047)); in venc_input_log_buffers() 284 fwrite((const char *)buf_addr, y_size, 1, m_debug.infile); in venc_input_log_buffers() 285 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1, m_debug.infile); in venc_input_log_buffers()
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 2164 int y_size = picture_width * picture_height; in upload_yuv_to_surface() local 2181 u_src = newImageBuffer + y_size; /* UV offset for NV12 */ in upload_yuv_to_surface() 2182 v_src = newImageBuffer + y_size + u_size; in upload_yuv_to_surface()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 2927 const BLOCK_SIZE y_size = get_plane_block_size(bsize, &xd->plane[0]); in handle_inter_mode() local 2944 var = cpi->fn_ptr[y_size].vf(x->plane[0].src.buf, x->plane[0].src.stride, in handle_inter_mode()
|