Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1537 std::vector<uint8_t> temp_yuv, temp_output_uv, temp_input_uv; in ProcessYUV420() local
1585 temp_yuv.reserve((input_width * input_height * 3) / 2); in ProcessYUV420()
1586 auto temp_yuv_buffer = temp_yuv.data(); in ProcessYUV420()