Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsVideoEmulatedCamera.cpp240 std::size_t uvSize = ySize / 4; in onCodecOutputAvailable() local
246 uint8_t* v_head = u_head + uvSize; in onCodecOutputAvailable()
248 for (size_t i = 0; i < uvSize; ++i) { in onCodecOutputAvailable()
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp513 uint32_t uvSize = uvStrideBytes * uvHeight * uvPlaneCount; in virgl_format_to_total_xfer_len() local
515 uint32_t dataSize = ySize + uvSize; in virgl_format_to_total_xfer_len()