Searched refs:xcam_fourcc_to_string (Results 1 - 22 of 22) sorted by relevance

/external/libxcam/xcore/
H A Dxcam_common.cpp84 xcam_fourcc_to_string (uint32_t fourcc) function
H A Dxcam_buffer.cpp199 XCAM_LOG_WARNING ("XCamVideoBufferInfo reset failed, unsupported format:%s", xcam_fourcc_to_string (format));
292 XCAM_LOG_WARNING ("VideoBufferInfo get_planar_info failed, unsupported format:%s", xcam_fourcc_to_string (buf_info->format));
H A Dv4l2_buffer_proxy.cpp134 xcam_fourcc_to_string (format.fmt.pix.pixelformat));
H A Dxcam_utils.cpp297 prefix_name, info.width, info.height, xcam_fourcc_to_string (info.format));
H A Dv4l2_device.cpp297 xcam_fourcc_to_string (format.fmt.pix.pixelformat),
/external/libxcam/xcore/base/
H A Dxcam_common.h77 const char *xcam_fourcc_to_string (uint32_t fourcc);
/external/libxcam/modules/ocl/
H A Dcl_bayer_pipe_handler.cpp79 get_name (), xcam_fourcc_to_string (fourcc));
136 get_name (), xcam_fourcc_to_string (format));
H A Dcl_csc_handler.cpp119 xcam_fourcc_to_string (fourcc));
137 get_name (), xcam_fourcc_to_string (_output_format));
H A Dcl_tonemapping_handler.cpp80 XCAM_STR(get_name ()), xcam_fourcc_to_string (_output_format));
H A Dcl_yuv_pipe_handler.cpp99 get_name (), xcam_fourcc_to_string (_output_format));
H A Dcl_3a_image_processor.cpp73 xcam_fourcc_to_string (fourcc));
H A Dcl_bayer_basic_handler.cpp274 get_name (), xcam_fourcc_to_string (format));
H A Dcl_geo_map_handler.cpp232 "CLGeoMapHandler(%s) input buffer format(%s) not NV12", get_name (), xcam_fourcc_to_string (input.format));
H A Dcl_newtonemapping_handler.cpp245 get_name (), xcam_fourcc_to_string (_output_format));
H A Dcl_post_image_processor.cpp96 xcam_fourcc_to_string(fourcc));
H A Dcl_fisheye_handler.cpp214 get_name (), xcam_fourcc_to_string (input.format));
H A Dcl_memory.cpp481 xcam_fourcc_to_string (video_info.format));
/external/libxcam/modules/ocl/intel/
H A Dcl_va_memory.cpp123 XCAM_LOG_WARNING ("CLVaImage unknown format(%s) plane change", xcam_fourcc_to_string(video_info.format));
/external/libxcam/modules/soft/
H A Dsoft_geo_mapper.cpp91 XCAM_STR(get_name ()), xcam_fourcc_to_string (in_info.format));
H A Dsoft_image.h220 "videobuf to soft image failed. buf format:%s, plane:%d", xcam_fourcc_to_string (info.format), plane);
H A Dsoft_blender.cpp652 XCAM_STR(get_name ()), xcam_fourcc_to_string (in0_info.format));
/external/libxcam/wrapper/gstreamer/
H A Dgstxcamsrc.cpp677 g_value_set_string (value, xcam_fourcc_to_string (src->in_format));

Completed in 390 milliseconds