Searched refs:handleFd (Results 1 – 5 of 5) sorted by relevance
/external/v4l2_codec2/ |
D | C2VDAAdaptorProxy.cpp | 215 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()
|
D | C2VDAComponent.cpp | 1166 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/ |
D | C2VDAAdaptorProxy.h | 41 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,
|
D | VideoDecodeAcceleratorAdaptor.h | 78 virtual void decode(int32_t bitstreamId, int handleFd, off_t offset, uint32_t bytesUsed) = 0; 85 int handleFd,
|
D | C2VDAAdaptor.h | 27 void decode(int32_t bitstreamId, int handleFd, off_t offset, uint32_t bytesUsed) override; 29 void importBufferForPicture(int32_t pictureBufferId, HalPixelFormat format, int handleFd,
|