Home
last modified time | relevance | path

Searched refs:ProcessYUV420 (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h442 status_t ProcessYUV420(const YUV420Frame& input, const YUV420Frame& output,
DEmulatedSensor.cpp1089 auto ret = ProcessYUV420(yuv_input, yuv_output, in threadLoop()
1133 ProcessYUV420(yuv_input, yuv_output, device_settings->second.gain, in threadLoop()
1166 ProcessYUV420(yuv_input, yuv_output, device_settings->second.gain, in threadLoop()
1765 status_t EmulatedSensor::ProcessYUV420(const YUV420Frame& input, in ProcessYUV420() function in android::EmulatedSensor