Home
last modified time | relevance | path

Searched refs:plane0 (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/inc/
Dmm_lib2d.h113 void *plane0; member
/hardware/qcom/media/msm8974/libc2dcolorconvert/
DC2DColorConverter.cpp284 surfaceDef->plane0 = (void *)0xaaaaaaaa; in getDummySurfaceDef()
322 srcSurfaceDef->plane0 = data; in updateYUVSurfaceDef()
334 dstSurfaceDef->plane0 = data; in updateYUVSurfaceDef()
630 uint8_t * base = (uint8_t *)dstSurfaceDef->plane0; in dumpOutput()
/hardware/qcom/media/msm8996/libc2dcolorconvert/
DC2DColorConverter.cpp309 surfaceDef->plane0 = (void *)0xaaaaaaaa; in getDummySurfaceDef()
348 srcSurfaceDef->plane0 = data; in updateYUVSurfaceDef()
362 dstSurfaceDef->plane0 = data; in updateYUVSurfaceDef()
685 uint8_t * base = (uint8_t *)dstSurfaceDef->plane0; in dumpOutput()
/hardware/qcom/display/msm8994/libcopybit/
Dc2d2.h325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member
Dcopybit_c2d.cpp582 surfaceDef.plane0 = (void*) (handle->base); in set_image()
1644 yuvSurfaceDef.plane0 = (void*)0xaaaaaaaa; in open_copybit()
/hardware/qcom/display/msm8226/libcopybit/
Dc2d2.h325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member
Dcopybit_c2d.cpp579 surfaceDef.plane0 = (void*) (handle->base); in set_image()
1641 yuvSurfaceDef.plane0 = (void*)0xaaaaaaaa; in open_copybit()
/hardware/qcom/display/msm8960/libcopybit/
Dc2d2.h325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member
Dcopybit_c2d.cpp563 surfaceDef.plane0 = (void*) (handle->base); in set_image()
1581 yuvSurfaceDef.plane0 = (void*)0xaaaaaaaa; in open_copybit()
/hardware/qcom/display/msm8996/libcopybit/
Dc2d2.h326 void *plane0; /* holds the whole buffer if YUV format is not planar */ member
Dcopybit_c2d.cpp584 surfaceDef.plane0 = (void*) (handle->base); in set_image()
1643 yuvSurfaceDef.plane0 = (void*)0xaaaaaaaa; in open_copybit()
/hardware/qcom/display/msm8909/libcopybit/
Dc2d2.h325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member
Dcopybit_c2d.cpp578 surfaceDef.plane0 = (void*) (handle->base); in set_image()
1619 yuvSurfaceDef.plane0 = (void*)0xaaaaaaaa; in open_copybit()
/hardware/qcom/display/msm8084/libcopybit/
Dc2d2.h325 void *plane0; /* holds the whole buffer if YUV format is not planar */ member
Dcopybit_c2d.cpp573 surfaceDef.plane0 = (void*) (handle->base); in set_image()
1635 yuvSurfaceDef.plane0 = (void*)0xaaaaaaaa; in open_copybit()
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/
Dmm_lib2d_test.c487 src_buffer.yuv_buffer.plane0 = m_yuv_memHandle.vaddr; in main()
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/src/
Dmm_lib2d.c228 p_frame->frame[0].plane[0].addr = yuv_buffer->plane0; in lib2d_fill_img_frame()