Searched refs:plane_type (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_camera_info.h | 131 int GetPlaneAlignment(int format, int plane_type, unsigned int *alignment); 137 int GetPerPlaneBpp(int format, int plane_type, int *bpp); 139 int GetPlaneStartAddressAlignment(int format, int plane_type, int *alignment); 143 int GetStrideInBytes(int format, int plane_type, int width, int *stride_bytes); 145 int GetStrideInPixels(int format, int plane_type, int width, float *stride_pixel); 147 int GetPixelIncrement(int format, int plane_type, int *pixel_increment); 149 int GetPlaneOffset(int format, int plane_type, int width, int height, int *offset); 151 int GetSubsamplingFactor(int format, int plane_type, bool isHorizontal, int *subsampling_factor); 155 int GetScanline(int format, int plane_type, int height, int *scanlines); 157 int GetPlaneSize(int format, int plane_type, int width, int height, unsigned int *size); [all …]
|
D | gr_camera_info.cpp | 155 int CameraInfo::GetStrideInBytes(int format, int plane_type, int width, int *stride_bytes) { in GetStrideInBytes() argument 159 GetCamxPlaneType(plane_type), width, stride_bytes); in GetStrideInBytes() 171 int CameraInfo::GetStrideInPixels(int format, int plane_type, int width, float *stride_pixel) { in GetStrideInPixels() argument 175 GetCamxPlaneType(plane_type), width, stride_pixel); in GetStrideInPixels() 187 int CameraInfo::GetPixelIncrement(int format, int plane_type, int *pixel_increment) { in GetPixelIncrement() argument 191 GetCamxPlaneType(plane_type), pixel_increment); in GetPixelIncrement() 203 int CameraInfo::GetPlaneOffset(int format, int plane_type, int width, int height, int *offset) { in GetPlaneOffset() argument 207 GetCamxPlaneType(plane_type), offset, width, height); in GetPlaneOffset() 219 int CameraInfo::GetSubsamplingFactor(int format, int plane_type, bool isHorizontal, in GetSubsamplingFactor() argument 224 GetCamxPlaneType(plane_type), isHorizontal, in GetSubsamplingFactor() [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/ |
D | mm_lib2d.c | 211 p_frame->frame[0].plane[0].plane_type = PLANE_ARGB; in lib2d_fill_img_frame() 229 p_frame->frame[0].plane[0].plane_type = PLANE_Y; in lib2d_fill_img_frame() 241 p_frame->frame[0].plane[1].plane_type = PLANE_CB_CR; in lib2d_fill_img_frame() 243 p_frame->frame[0].plane[1].plane_type = PLANE_CR_CB; in lib2d_fill_img_frame()
|