Home
last modified time | relevance | path

Searched refs:GetPoolCB (Results 1 – 3 of 3) sorted by relevance

/external/v4l2_codec2/components/include/v4l2_codec2/components/
DV4L2Decoder.h29 const VideoCodec& codec, const size_t inputBufferSize, GetPoolCB getPoolCB,
58 bool start(const VideoCodec& codec, const size_t inputBufferSize, GetPoolCB getPoolCb,
88 GetPoolCB mGetPoolCb;
DVideoDecoder.h29 using GetPoolCB = base::RepeatingCallback<std::unique_ptr<VideoFramePool>( variable
/external/v4l2_codec2/components/
DV4L2Decoder.cpp51 const VideoCodec& codec, const size_t inputBufferSize, GetPoolCB getPoolCb, in Create()
92 bool V4L2Decoder::start(const VideoCodec& codec, const size_t inputBufferSize, GetPoolCB getPoolCb, in start()