Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 13 of 13) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp68 struct InputSurfaceConnection::Impl : public ComponentWrapper { struct in hardware::google::media::c2::V1_0::utils::InputSurfaceConnection
69 Impl(const sp<GraphicBufferSource>& source, in Impl() function
77 Impl(const sp<GraphicBufferSource>& source, in Impl() argument
92 bool init() { in init()
160 virtual status_t submitBuffer( in submitBuffer()
211 virtual status_t submitEos(int32_t /* bufferId */) override { in submitEos()
228 void dispatchDataSpaceChanged( in dispatchDataSpaceChanged()
237 c2_status_t compQuery( in compQuery()
349 c2_status_t compQueue(std::list<std::unique_ptr<C2Work>>* const items) { in compQueue()
374 wp<GraphicBufferSource> mSource;
[all …]
/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp310 struct C2FieldSupportedValuesHelper<T>::Impl { struct in C2FieldSupportedValuesHelper
311 Impl(const C2FieldSupportedValues &values) in Impl() function
320 typedef typename _C2FieldValueHelper<T>::ValueType ValueType;
321 C2FieldSupportedValues::type_t _mType;
322 C2SupportedRange<ValueType> _mRange;
323 C2SupportedValueSet<ValueType> _mValues;
324 C2SupportedValueSet<ValueType> _mFlags;
366 struct C2ParamFieldValuesBuilder<T>::Impl { struct in C2ParamFieldValuesBuilder
367 Impl(const C2ParamField &field) in Impl() argument
378 operator C2ParamFieldValues() const { in operator C2ParamFieldValues()
[all …]
DC2Debug.cpp236 struct C2FieldSupportedValuesHelper<T>::Impl { struct in C2FieldSupportedValuesHelper
240 typedef typename _C2FieldValueHelper<T>::ValueType ValueType;
241 C2FieldSupportedValues::type_t _mType;
242 C2SupportedRange<ValueType> _mRange;
243 C2SupportedValueSet<ValueType> _mValues;
244 C2SupportedFlags<ValueType> _mFlags;
DC2InterfaceHelper.cpp68 class C2InterfaceHelper::ParamHelper::Impl { class in C2InterfaceHelper::ParamHelper
70 Impl(ParamRef param, C2StringLiteral name, C2StructDescriptor &&strukt) in Impl() function in C2InterfaceHelper::ParamHelper::Impl
/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.cpp477 struct MemoryBlockPool::Impl : MemoryBlockPoolImpl { struct in android::MemoryBlockPool
480 struct MemoryBlock::Impl { struct in android::MemoryBlock
481 Impl(std::list<MemoryBlockPoolBlock>::const_iterator block, in Impl() function
486 ~Impl() { in ~Impl()
490 const uint8_t *data() const { in data()
494 size_t size() const { in size()
499 std::list<MemoryBlockPoolBlock>::const_iterator mBlock;
500 std::shared_ptr<MemoryBlockPoolImpl> mPool;
/hardware/google/av/codec2/include/media/stagefright/codec2/1.0/
DInputSurfaceConnection.h52 class Impl; variable
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp194 class C2Block1D::Impl : public _C2Block1DImpl { class in C2Block1D
218 class C2ReadView::Impl : public _C2MappedBlock1DImpl { class in C2ReadView
248 class C2WriteView::Impl : public _C2MappedBlock1DImpl { class in C2WriteView
642 class C2PooledBlockPool::Impl { class in C2PooledBlockPool
644 Impl(const std::shared_ptr<C2Allocator> &allocator) in Impl() function in C2PooledBlockPool::Impl
969 class C2Block2D::Impl : public _C2MappingBlock2DImpl { class in C2Block2D
994 class C2GraphicView::Impl : public _C2MappedBlock2DImpl { class in C2GraphicView
1139 class C2BufferData::Impl { class in C2BufferData
1141 explicit Impl(const std::vector<C2ConstLinearBlock> &blocks) in Impl() function in C2BufferData::Impl
1146 explicit Impl(const std::vector<C2ConstGraphicBlock> &blocks) in Impl() function in C2BufferData::Impl
[all …]
DC2AllocatorIon.cpp149 class C2AllocationIon::Impl { class in android::C2AllocationIon
165Impl(int ionFd, size_t capacity, int bufferFd, ion_user_handle_t buffer, C2Allocator::id_t id, int… in Impl() function in android::C2AllocationIon::Impl
DC2AllocatorGralloc.cpp588 class C2AllocatorGralloc::Impl { class in android::C2AllocatorGralloc
630 C2AllocatorGralloc::Impl::Impl(id_t id, bool bufferQueue) in Impl() function in android::C2AllocatorGralloc::Impl
/hardware/google/av/codec2/vndk/include/
DC2BqBufferPriv.h71 class Impl; variable
DC2BufferPriv.h121 class Impl; variable
/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp178 class C2BufferQueueBlockPool::Impl class in C2BufferQueueBlockPool
303 Impl(const std::shared_ptr<C2Allocator> &allocator) in Impl() function in C2BufferQueueBlockPool::Impl
/hardware/google/av/codec2/include/
DC2Buffer.h2295 class Impl; variable