Home
last modified time | relevance | path

Searched refs:cHandle (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/vndk/
DC2Buffer.cpp410 const C2Handle *cHandle, const std::shared_ptr<BufferPoolData> &data) { in CreateLinearBlock() argument
415 if (C2AllocatorIon::isValid(cHandle)) { in CreateLinearBlock()
416 native_handle_t *handle = native_handle_clone(cHandle); in CreateLinearBlock()
673 native_handle_t *cHandle = nullptr; in fetchLinearBlock() local
675 mConnectionId, params, &cHandle, &bufferPoolData); in fetchLinearBlock()
677 native_handle_t *handle = native_handle_clone(cHandle); in fetchLinearBlock()
709 native_handle_t *cHandle = nullptr; in fetchGraphicBlock() local
711 mConnectionId, params, &cHandle, &bufferPoolData); in fetchGraphicBlock()
713 native_handle_t *handle = native_handle_clone(cHandle); in fetchGraphicBlock()
1113 const C2Handle *cHandle, in CreateGraphicBlock() argument
[all …]
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp1280 native_handle_t *cHandle; in objcpy() local
1286 &cHandle, in objcpy()
1298 d->linear = _C2BlockFactory::CreateLinearBlock(cHandle, bpData); in objcpy()
1304 d->graphic = _C2BlockFactory::CreateGraphicBlock(cHandle, bpData); in objcpy()