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

  /frameworks/av/media/libstagefright/include/
MediaCodec.h 372 static sp<CodecBase> GetCodecBase(const AString &name, bool nameIsType = false);
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 438 sp<CodecBase> codec = GetCodecBase(name);
548 sp<CodecBase> MediaCodec::GetCodecBase(const AString &name, bool nameIsType) {
572 mCodec = GetCodecBase(name, nameIsType);
    [all...]

Completed in 51 milliseconds