Searched refs:y_bytes (Results 1 – 1 of 1) sorted by relevance
502 unsigned int y_bytes; in frame_init_nv_planes() local521 y_bytes = y_stride * y_height; in frame_init_nv_planes()524 frame->data_bytes = y_bytes + uv_bytes; in frame_init_nv_planes()527 uv_stride, uv_height, y_bytes); in frame_init_nv_planes()541 y_stride, y_bytes, uv_bytes, uv_stride; in frame_init_yuv_planes() local545 y_bytes = y_stride * y_height; in frame_init_yuv_planes()548 frame->data_bytes = y_bytes + 2 * uv_bytes; in frame_init_yuv_planes()552 uv_height, y_bytes); in frame_init_yuv_planes()554 uv_height, y_bytes + uv_bytes); in frame_init_yuv_planes()557 uv_height, y_bytes); in frame_init_yuv_planes()[all …]
Completed in 5 milliseconds