Searched refs:uv_bytes (Results 1 – 1 of 1) sorted by relevance
677 size_t uv_bytes = uv_height * uv_stride; in AllocateYUV() local685 y_bytes + (uv_bytes * 2 + uv_stride) + a_bytes + kFrameSizePadding; in AllocateYUV()695 data_[VideoFrame::kVPlane] = data + y_bytes + uv_bytes; in AllocateYUV()700 data_[VideoFrame::kAPlane] = data + y_bytes + (2 * uv_bytes); in AllocateYUV()