HomeSort by relevance Sort by last modified time
    Searched refs:mNode (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/codec2/sfplugin/
CCodec.cpp 196 mNode = new C2OMXNode(comp);
197 mNode->setFrameSize(mWidth, mHeight);
201 (void)mNode->setParameter(
207 mSource->configure(mNode, mDataSpace);
212 if (mNode == nullptr) {
215 sp<IOMXBufferSource> source = mNode->getSource();
222 mNode.clear();
241 sp<IOMXBufferSource> source = mNode->getSource();
279 if (mNode != nullptr) {
288 (void)mNode->setParameter
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 89 milliseconds