Home
last modified time | relevance | path

Searched defs:C2SoftAacDec (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.h28 struct C2SoftAacDec : public SimpleC2Component { struct
31 C2SoftAacDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); argument
48 enum {
52 std::shared_ptr<IntfImpl> mIntf;
54 HANDLE_AACDECODER mAACDecoder;
55 CStreamInfo *mStreamInfo;
56 bool mIsFirst;
57 size_t mInputBufferCount;
58 size_t mOutputBufferCount;
59 bool mSignalledError;
[all …]
DC2SoftAacDec.cpp236 C2SoftAacDec::C2SoftAacDec( in C2SoftAacDec() function in android::C2SoftAacDec