Home | History | Annotate | Download | only in xcore

Lines Matching refs:out_info

215     VideoBufferInfo out_info;
216 out_info.init (info.format, info.width, info.height, info.aligned_width, info.aligned_height);
219 _swap_offsets[SwappedBuffer::SwapYOffset0] = out_info.offsets[0];
220 _swap_offsets[SwappedBuffer::SwapYOffset1] = out_info.size;
221 out_info.size += out_info.strides[0] * out_info.aligned_height;
225 _swap_offsets[SwappedBuffer::SwapUVOffset0] = out_info.offsets[1];
226 _swap_offsets[SwappedBuffer::SwapUVOffset1] = out_info.size;
227 out_info.size += out_info.strides[1] * (out_info.aligned_height + 1) / 2;
230 if(!init_swap_order (out_info)) {
235 info = out_info;