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

  /frameworks/av/include/media/stagefright/
OMXCodec.h 50 kHardwareCodecsOnly = 16,
  /frameworks/av/cmds/stagefright/
stagefright.cpp 180 flags |= OMXCodec::kHardwareCodecsOnly;
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 231 ((flags & kHardwareCodecsOnly) && !IsSoftwareCodec(componentName)) ||
232 (!(flags & (kSoftwareCodecsOnly | kHardwareCodecsOnly)))) {
    [all...]

Completed in 3226 milliseconds