HomeSort by relevance Sort by last modified time
    Searched refs:xcam_fourcc_to_string (Results 1 - 22 of 22) sorted by null

  /external/libxcam/xcore/
xcam_common.cpp 84 xcam_fourcc_to_string (uint32_t fourcc) function
xcam_buffer.cpp 199 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));
v4l2_buffer_proxy.cpp 134 xcam_fourcc_to_string (format.fmt.pix.pixelformat));
xcam_utils.cpp 297 prefix_name, info.width, info.height, xcam_fourcc_to_string (info.format));
v4l2_device.cpp 297 xcam_fourcc_to_string (format.fmt.pix.pixelformat),
  /external/libxcam/xcore/base/
xcam_common.h 77 const char *xcam_fourcc_to_string (uint32_t fourcc);
  /external/libxcam/modules/ocl/
cl_bayer_pipe_handler.cpp 79 get_name (), xcam_fourcc_to_string (fourcc));
136 get_name (), xcam_fourcc_to_string (format));
cl_csc_handler.cpp 119 xcam_fourcc_to_string (fourcc));
137 get_name (), xcam_fourcc_to_string (_output_format));
cl_tonemapping_handler.cpp 80 XCAM_STR(get_name ()), xcam_fourcc_to_string (_output_format));
cl_yuv_pipe_handler.cpp 99 get_name (), xcam_fourcc_to_string (_output_format));
cl_3a_image_processor.cpp 73 xcam_fourcc_to_string (fourcc));
cl_bayer_basic_handler.cpp 274 get_name (), xcam_fourcc_to_string (format));
cl_geo_map_handler.cpp 232 "CLGeoMapHandler(%s) input buffer format(%s) not NV12", get_name (), xcam_fourcc_to_string (input.format));
cl_newtonemapping_handler.cpp 245 get_name (), xcam_fourcc_to_string (_output_format));
cl_post_image_processor.cpp 96 xcam_fourcc_to_string(fourcc));
cl_fisheye_handler.cpp 214 get_name (), xcam_fourcc_to_string (input.format));
cl_memory.cpp 481 xcam_fourcc_to_string (video_info.format));
  /external/libxcam/modules/ocl/intel/
cl_va_memory.cpp 123 XCAM_LOG_WARNING ("CLVaImage unknown format(%s) plane change", xcam_fourcc_to_string(video_info.format));
  /external/libxcam/modules/soft/
soft_geo_mapper.cpp 91 XCAM_STR(get_name ()), xcam_fourcc_to_string (in_info.format));
soft_image.h 220 "videobuf to soft image failed. buf format:%s, plane:%d", xcam_fourcc_to_string (info.format), plane);
soft_blender.cpp 652 XCAM_STR(get_name ()), xcam_fourcc_to_string (in0_info.format));
  /external/libxcam/wrapper/gstreamer/
gstxcamsrc.cpp 677 g_value_set_string (value, xcam_fourcc_to_string (src->in_format));
    [all...]

Completed in 204 milliseconds