Searched refs:decoder_buffer (Results 1 – 5 of 5) sorted by relevance
136 void SetFrameData(const libgav1::DecoderBuffer& decoder_buffer) { in SetFrameData() argument137 for (int plane_index = kPlaneY; plane_index < decoder_buffer.NumPlanes(); in SetFrameData()139 stride_[plane_index] = decoder_buffer.stride[plane_index]; in SetFrameData()140 plane_[plane_index] = decoder_buffer.plane[plane_index]; in SetFrameData()142 decoder_buffer.displayed_width[plane_index]; in SetFrameData()144 decoder_buffer.displayed_height[plane_index]; in SetFrameData()373 void CopyFrameToDataBuffer(const libgav1::DecoderBuffer* decoder_buffer, in CopyFrameToDataBuffer() argument375 for (int plane_index = kPlaneY; plane_index < decoder_buffer->NumPlanes(); in CopyFrameToDataBuffer()377 const uint64_t length = decoder_buffer->stride[plane_index] * in CopyFrameToDataBuffer()378 decoder_buffer->displayed_height[plane_index]; in CopyFrameToDataBuffer()[all …]
176 "src/gav1/decoder_buffer.h",267 "src/gav1/decoder_buffer.h",
77 "${libgav1_source}/gav1/decoder_buffer.h"
183 "../externals/libgav1/src/gav1/decoder_buffer.h",