Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/src/
Dmm_lib2d.c281 cam_format_t dst_format, void **my_obj) in mm_lib2d_init() argument
295 (dst_format != CAM_FORMAT_8888_ARGB)) { in mm_lib2d_init()
297 src_format, dst_format); in mm_lib2d_init()
380 (void *)&dst_format); in mm_lib2d_init()
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/inc/
Dmm_lib2d.h165 cam_format_t dst_format, void **lib2d_obj_handle);
/hardware/intel/img/psb_video/src/
Dpsb_output.c200 VAImageFormat *dst_format, in psb__VAImageCheckFourCC() argument
205 if (NULL == src_format || dst_format == NULL) { in psb__VAImageCheckFourCC()
211 if (dst_format[i].fourcc == src_format->fourcc) in psb__VAImageCheckFourCC()
212 return &dst_format[i]; in psb__VAImageCheckFourCC()