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

  /external/libxcam/wrapper/gstreamer/
gstxcamsrc.h 116 ImageProcessorType image_processor_type; member in struct:_GstXCamSrc
gstxcamsrc.cpp 634 xcamsrc->image_processor_type = DEFAULT_PROP_IMAGE_PROCESSOR;
686 g_value_set_enum (value, src->image_processor_type);
788 src->image_processor_type = (ImageProcessorType)g_value_get_enum (value);
789 if (src->image_processor_type == ISP_IMAGE_PROCESSOR) {
793 else if (src->image_processor_type == CL_IMAGE_PROCESSOR) {
799 src->image_processor_type = ISP_IMAGE_PROCESSOR;
    [all...]

Completed in 219 milliseconds