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

  /frameworks/av/include/media/stagefright/
MediaCodec.h 172 kFlagIsSoftwareCodec = 1,
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 605 mFlags |= kFlagIsSoftwareCodec;
607 mFlags &= ~kFlagIsSoftwareCodec;
719 if ((mFlags & kFlagIsSoftwareCodec)
    [all...]

Completed in 59 milliseconds