Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DStream.cpp40 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 …]
DStream.h137 std::array<PlaneTexture, 3> mPlanes; variable
/external/v4l2_codec2/components/include/v4l2_codec2/components/
DVideoEncoder.h36 const std::vector<VideoFramePlane>& planes() const { return mPlanes; } in planes()
43 std::vector<VideoFramePlane> mPlanes; variable
/external/v4l2_codec2/components/
DVideoEncoder.cpp13 mPlanes(std::move(planes)), in InputFrame()
DV4L2Encoder.cpp702 ALOG_ASSERT(mInputLayout->mPlanes.size() == frame->planes().size()); in enqueueInputBuffer()
740 buffer->setPlaneSize(i, mInputLayout->mPlanes[i].mSize + planes[i].mOffset); in enqueueInputBuffer()
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DCommon.h32 std::vector<VideoFramePlane> mPlanes; member