HomeSort by relevance Sort by last modified time
    Searched refs:C2BlockPool (Results 1 - 25 of 68) sorted by null

1 2 3

  /hardware/google/av/codec2/vndk/include/
C2PlatformStorePluginLoader.h 34 * \return pointer of created C2BlockPool, nullptr on error.
36 typedef ::C2BlockPool* (*CreateBlockPoolFunc)(::C2Allocator::id_t, ::C2BlockPool::local_id_t);
55 ::C2BlockPool::local_id_t blockPoolId,
56 std::shared_ptr<C2BlockPool>* pool);
C2PlatformSupport.h 100 C2BlockPool::local_id_t id, std::shared_ptr<const C2Component> component,
101 std::shared_ptr<C2BlockPool> *pool);
118 std::shared_ptr<C2BlockPool> *pool);
C2BufferPriv.h 25 class C2BasicLinearBlockPool : public C2BlockPool {
50 class C2BasicGraphicBlockPool : public C2BlockPool {
75 class C2PooledBlockPool : public C2BlockPool {
C2BqBufferPriv.h 25 class C2BufferQueueBlockPool : public C2BlockPool {
  /hardware/google/av/media/codecs/raw/
C2SoftRawDec.h 40 const std::shared_ptr<C2BlockPool> &pool) override;
43 const std::shared_ptr<C2BlockPool> &pool) override;
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxDec.h 43 const std::shared_ptr<C2BlockPool> &pool) override;
46 const std::shared_ptr<C2BlockPool> &pool) override;
67 const std::shared_ptr<C2BlockPool> &pool,
71 const std::shared_ptr<C2BlockPool> &pool,
  /hardware/google/av/media/codecs/aac/
C2SoftAacEnc.h 41 const std::shared_ptr<C2BlockPool> &pool) override;
44 const std::shared_ptr<C2BlockPool> &pool) override;
C2SoftAacDec.h 42 const std::shared_ptr<C2BlockPool> &pool) override;
45 const std::shared_ptr<C2BlockPool> &pool) override;
83 const std::shared_ptr<C2BlockPool> &pool,
87 const std::shared_ptr<C2BlockPool> &pool,
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrDec.h 40 const std::shared_ptr<C2BlockPool> &pool) override;
43 const std::shared_ptr<C2BlockPool> &pool) override;
C2SoftAmrNbEnc.h 41 const std::shared_ptr<C2BlockPool> &pool) override;
44 const std::shared_ptr<C2BlockPool> &pool) override;
C2SoftAmrWbEnc.h 41 const std::shared_ptr<C2BlockPool> &pool) override;
44 const std::shared_ptr<C2BlockPool> &pool) override;
  /hardware/google/av/media/codecs/flac/
C2SoftFlacDec.h 41 const std::shared_ptr<C2BlockPool> &pool) override;
44 const std::shared_ptr<C2BlockPool> &pool) override;
C2SoftFlacEnc.h 49 const std::shared_ptr<C2BlockPool> &pool) override;
52 const std::shared_ptr<C2BlockPool> &pool) override;
  /hardware/google/av/media/codecs/g711/
C2SoftG711Dec.h 40 const std::shared_ptr<C2BlockPool> &pool) override;
43 const std::shared_ptr<C2BlockPool> &pool) override;
  /hardware/google/av/media/codecs/gsm/
C2SoftGsmDec.h 50 const std::shared_ptr<C2BlockPool> &pool) override;
53 const std::shared_ptr<C2BlockPool> &pool) override;
  /hardware/google/av/media/codecs/vorbis/
C2SoftVorbisDec.h 43 const std::shared_ptr<C2BlockPool> &pool) override;
46 const std::shared_ptr<C2BlockPool> &pool) override;
  /hardware/google/av/codec2/vndk/
C2PlatformStorePluginLoader.cpp 50 ::C2Allocator::id_t allocatorId, ::C2BlockPool::local_id_t blockPoolId,
51 std::shared_ptr<C2BlockPool>* pool) {
57 std::shared_ptr<::C2BlockPool> ptr(mCreateBlockPool(allocatorId, blockPoolId));
  /hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Dec.h 42 const std::shared_ptr<C2BlockPool> &pool) override;
45 const std::shared_ptr<C2BlockPool> &pool) override;
52 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
C2SoftMpeg4Enc.h 43 const std::shared_ptr<C2BlockPool> &pool) override;
46 const std::shared_ptr<C2BlockPool> &pool) override;
  /hardware/google/av/media/codecs/xaac/
C2SoftXaacDec.h 53 const std::shared_ptr<C2BlockPool> &pool) override;
56 const std::shared_ptr<C2BlockPool> &pool) override;
94 const std::shared_ptr<C2BlockPool>& pool);
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.h 65 const std::shared_ptr<C2BlockPool> &pool) override;
68 const std::shared_ptr<C2BlockPool> &pool) override;
90 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
95 const std::shared_ptr<C2BlockPool> &pool,
  /hardware/google/av/media/codecs/mp3/
C2SoftMp3Dec.h 48 const std::shared_ptr<C2BlockPool> &pool) override;
51 const std::shared_ptr<C2BlockPool> &pool) override;
  /hardware/google/av/media/codecs/opus/
C2SoftOpusDec.h 52 const std::shared_ptr<C2BlockPool> &pool) override;
55 const std::shared_ptr<C2BlockPool> &pool) override;
  /hardware/google/av/media/codecs/base/
SimpleC2Interface.cpp 86 C2BlockPool::local_id_t rawPoolId = C2BlockPool::BASIC_LINEAR;
89 C2BlockPool::local_id_t codedPoolId = C2BlockPool::BASIC_LINEAR;
98 rawPoolId = C2BlockPool::BASIC_GRAPHIC;
104 rawPoolId = C2BlockPool::BASIC_LINEAR;
144 C2BlockPool::local_id_t outputPoolIds[1] = { isEncoder ? codedPoolId : rawPoolId };
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.h 112 const std::shared_ptr<C2BlockPool> &pool) override;
115 const std::shared_ptr<C2BlockPool> &pool) override;
138 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
143 const std::shared_ptr<C2BlockPool> &pool,

Completed in 5123 milliseconds

1 2 3