Home
last modified time | relevance | path

Searched refs:is_supported_format (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/
H A Ddev.h54 int is_supported_format(struct sp_plane* plane, uint32_t format);
H A Ddev.c35 int is_supported_format(struct sp_plane* plane, uint32_t format) { in is_supported_format() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A DdrmDsp.c62 if (is_supported_format(pDrmDsp->plane[i], DRM_FORMAT_NV12)) { in initDrmDsp()