Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Dcvd_video_frame_buffer.cpp36 std::vector<uint8_t> FromPool(int size) { in FromPool() function
59 y_(FromPool(AlignStride(width) * height + kPlanePadding)), in CvdVideoFrameBuffer()
60 u_(FromPool(AlignStride((width + 1) / 2) * ((height + 1) / 2) + in CvdVideoFrameBuffer()
62 v_(FromPool(AlignStride((width + 1) / 2) * ((height + 1) / 2) + in CvdVideoFrameBuffer()