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

  /external/libxcam/xcore/base/
xcam_params.h 34 XCam3AWindow window_list[XCAM_AE_MAX_METERING_WINDOW_COUNT];
xcam_3a_types.h 51 #define XCAM_AE_MAX_METERING_WINDOW_COUNT 6
  /external/libxcam/xcore/
handler_interface.cpp 103 if (XCAM_AE_MAX_METERING_WINDOW_COUNT < count) {
105 count = XCAM_AE_MAX_METERING_WINDOW_COUNT;
  /external/libxcam/modules/isp/
aiq_handler.cpp 773 for (uint32_t win_index = 0; win_index < XCAM_AE_MAX_METERING_WINDOW_COUNT; win_index++) {
861 for (uint32_t win_index = 0; win_index < XCAM_AE_MAX_METERING_WINDOW_COUNT; win_index++) {
    [all...]

Completed in 53 milliseconds