Searched defs:size_uv (Results 1 – 2 of 2) sorted by relevance
80 size_t size_uv = static_cast<size_t>(half_width) * ((height + 1) / 2); in ReadI420Buffer() local94 size_t size_uv = static_cast<size_t>(width + width % 2) * ((height + 1) / 2); in ReadNV12Buffer() local
27 size_t size_uv = static_cast<size_t>(half_width) * ((height + 1) / 2); in FrameSizeBytes() local