Home
last modified time | relevance | path

Searched defs:uv_size (Results 1 – 2 of 2) sorted by relevance

/system/cros-codecs/src/
Dutils.rs66 let uv_size = (height / 2) * stride; in new_nv12() localVariable
Dlib.rs393 let uv_size = ((width + 1) / 2) * ((height + 1) / 2) * 2; in decoded_frame_size() localVariable
400 let uv_size = ((width + 1) / 2) * ((height + 1) / 2) * 2 * 2; in decoded_frame_size() localVariable
411 let uv_size = ((width + 1) / 2) * ((height + 1) / 2) * 2 * 2; in decoded_frame_size() localVariable