Home
last modified time | relevance | path

Searched defs:lumas (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/apps/CameraITS/tests/scene1_3/
H A Dtest_ev_compensation.py52 imgs, ev_steps, lumas, expected_lumas, luma_delta_atols, log_path): argument
104 def _create_basic_plot(evs, lumas, log_path): argument
122 def _create_advanced_plot(ev_steps, lumas, expected_lumas, log_path): argument
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DRegionSamplingThread.cpp240 std::vector<float> lumas(descriptors.size()); in sampleBuffer() local
375 std::vector<float> lumas = sampleBuffer(buffer->getBuffer(), sampledBounds.leftTop(), in captureSample() local
/aosp_15_r20/cts/apps/CameraITS/tests/scene9/
H A Dtest_jpeg_quality.py182 def plot_data(qualities, lumas, chromas, img_name): argument