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

  /frameworks/av/media/libstagefright/
ACodec.cpp 894 info.mCodecData = info.mData;
903 info.mCodecData = new ABuffer(mem->pointer(), bufSize);
921 info.mData = info.mCodecData;
    [all...]
  /frameworks/av/include/media/stagefright/
ACodec.h 196 sp<ABuffer> mCodecData; // the codec's buffer

Completed in 40 milliseconds