OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferPoolData
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/codec2/vndk/internal/
C2BlockInternal.h
29
struct
BufferPoolData
;
148
const std::shared_ptr<android::hardware::media::bufferpool::
BufferPoolData
> &data);
161
const std::shared_ptr<android::hardware::media::bufferpool::
BufferPoolData
> &data);
167
* \param
bufferPoolData
pointer to bufferpool data where the bufferpool
175
std::shared_ptr<android::hardware::media::bufferpool::
BufferPoolData
> *
bufferPoolData
);
/frameworks/av/media/codec2/vndk/
C2Buffer.cpp
35
using android::hardware::media::bufferpool::
BufferPoolData
;
353
void getBufferPoolData(std::shared_ptr<
BufferPoolData
> *data) const {
357
C2PooledBlockPoolData(const std::shared_ptr<
BufferPoolData
> &data) : mData(data) {}
362
std::shared_ptr<
BufferPoolData
> mData;
367
std::shared_ptr<
BufferPoolData
> *
bufferPoolData
) {
371
poolData->getBufferPoolData(
bufferPoolData
);
410
const C2Handle *cHandle, const std::shared_ptr<
BufferPoolData
> &data) {
672
std::shared_ptr<
BufferPoolData
>
bufferPoolData
;
[
all
...]
Completed in 267 milliseconds