Home
last modified time | relevance | path

Searched refs:handleFd (Results 1 – 5 of 5) sorted by relevance

/external/v4l2_codec2/
DC2VDAAdaptorProxy.cpp215 void C2VDAAdaptorProxy::decode(int32_t bitstreamId, int handleFd, off_t offset, uint32_t size) { in decode() argument
219 bitstreamId, handleFd, offset, size)); in decode()
222 void C2VDAAdaptorProxy::decodeOnMojoThread(int32_t bitstreamId, int handleFd, off_t offset, in decodeOnMojoThread() argument
225 mojo::WrapPlatformHandle(mojo::PlatformHandle(::base::ScopedFD(handleFd))); in decodeOnMojoThread()
251 int handleFd, in importBufferForPicture() argument
257 ::base::Unretained(this), pictureBufferId, format, handleFd, planes)); in importBufferForPicture()
261 int32_t pictureBufferId, HalPixelFormat format, int handleFd, in importBufferForPictureOnMojoThread() argument
264 mojo::WrapPlatformHandle(mojo::PlatformHandle(::base::ScopedFD(handleFd))); in importBufferForPictureOnMojoThread()
DC2VDAComponent.cpp1166 const int handleFd = handle->data[0]; in appendSecureOutputBuffer() local
1167 ::base::ScopedFD passedHandle(dup(handleFd)); in appendSecureOutputBuffer()
1169 ALOGE("Failed to dup(%d), errno=%d", handleFd, errno); in appendSecureOutputBuffer()
/external/v4l2_codec2/include/
DC2VDAAdaptorProxy.h41 void decode(int32_t bitstreamId, int handleFd, off_t offset, uint32_t size) override;
43 void importBufferForPicture(int32_t pictureBufferId, HalPixelFormat format, int handleFd,
79 int handleFd,
DVideoDecodeAcceleratorAdaptor.h78 virtual void decode(int32_t bitstreamId, int handleFd, off_t offset, uint32_t bytesUsed) = 0;
85 int handleFd,
DC2VDAAdaptor.h27 void decode(int32_t bitstreamId, int handleFd, off_t offset, uint32_t bytesUsed) override;
29 void importBufferForPicture(int32_t pictureBufferId, HalPixelFormat format, int handleFd,