Home
last modified time | relevance | path

Searched refs:XCAM_VIDEO_MAX_COMPONENTS (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/
H A Dxcam_buffer.h67 #define XCAM_VIDEO_MAX_COMPONENTS 4 macro
87 uint32_t strides [XCAM_VIDEO_MAX_COMPONENTS];
88 uint32_t offsets [XCAM_VIDEO_MAX_COMPONENTS];
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dvideo_buffer.cpp72 for (int i = 0; i < XCAM_VIDEO_MAX_COMPONENTS; i++) { in fill()