Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1118 std::vector<uint8_t> temp_yuv, temp_output_uv, temp_input_uv; in ProcessYUV420() local
1133 temp_input_uv.resize(input_width * input_height / 2); in ProcessYUV420()
1134 auto temp_uv_buffer = temp_input_uv.data(); in ProcessYUV420()