Searched refs:passedPlanes (Results 1 – 1 of 1) sorted by relevance
1151 std::vector<VideoFramePlane> passedPlanes; in appendOutputBuffer() local1154 passedPlanes.push_back({offsets[i], static_cast<uint32_t>(layout.planes[i].rowInc)}); in appendOutputBuffer()1157 info.mPlanes = std::move(passedPlanes); in appendOutputBuffer()