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

  /external/libxcam/modules/ocl/
cl_image_scaler.h 93 bool set_scaler_factor (const double h_factor, const double v_factor);
cl_post_image_processor.h 81 bool set_scaler_factor (const double factor);
cl_post_image_processor.cpp 112 CLPostImageProcessor::set_scaler_factor (const double factor) function in class:XCam::CLPostImageProcessor
358 _scaler->set_scaler_factor (_scaler_factor, _scaler_factor);
cl_image_scaler.cpp 164 CLImageScaler::set_scaler_factor (const double h_factor, const double v_factor) function in class:XCam::CLImageScaler
  /external/libxcam/tests/
test-pipe-manager.cpp 413 cl_post_processor->set_scaler_factor (640.0 / image_width);
test-device-manager.cpp 851 cl_post_processor->set_scaler_factor (640.0 / frame_width);
  /external/libxcam/wrapper/gstreamer/
gstxcamfilter.cpp 732 processor->set_scaler_factor (640.0 / GST_VIDEO_INFO_WIDTH (&in_info));
733 //processor->set_scaler_factor (0.5f);
    [all...]
gstxcamsrc.cpp     [all...]

Completed in 62 milliseconds