Searched refs:mPlanes (Results 1 – 6 of 6) sorted by relevance
40 for (auto &plane : mPlanes) in Stream()50 for (auto &plane : mPlanes) in ~Stream()135 mPlanes[0].texture = glState.getTargetTexture(gl::TextureType::External); in createConsumerGLTextureExternal()136 ASSERT(mPlanes[0].texture != nullptr); in createConsumerGLTextureExternal()137 mPlanes[0].texture->bindStream(this); in createConsumerGLTextureExternal()148 mPlanes[i].textureUnit = attributes.getAsInt(EGL_YUV_PLANE0_TEXTURE_UNIT_NV + i, -1); in createConsumerGLTextureExternal()149 if (mPlanes[i].textureUnit != EGL_NONE) in createConsumerGLTextureExternal()151 mPlanes[i].texture = in createConsumerGLTextureExternal()152 glState.getSamplerTexture(mPlanes[i].textureUnit, gl::TextureType::External); in createConsumerGLTextureExternal()153 ASSERT(mPlanes[i].texture != nullptr); in createConsumerGLTextureExternal()[all …]
137 std::array<PlaneTexture, 3> mPlanes; variable
36 const std::vector<VideoFramePlane>& planes() const { return mPlanes; } in planes()43 std::vector<VideoFramePlane> mPlanes; variable
13 mPlanes(std::move(planes)), in InputFrame()
702 ALOG_ASSERT(mInputLayout->mPlanes.size() == frame->planes().size()); in enqueueInputBuffer()740 buffer->setPlaneSize(i, mInputLayout->mPlanes[i].mSize + planes[i].mOffset); in enqueueInputBuffer()
32 std::vector<VideoFramePlane> mPlanes; member