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

  /frameworks/av/include/media/stagefright/
OMXCodec.h 50 kHardwareCodecsOnly = 16,
  /frameworks/av/cmds/stagefright/
stagefright.cpp 181 flags |= OMXCodec::kHardwareCodecsOnly;
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 52 #define VIDEOEDITOR_FORCECODEC kHardwareCodecsOnly
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 217 ((flags & kHardwareCodecsOnly) && !IsSoftwareCodec(componentName)) ||
218 (!(flags & (kSoftwareCodecsOnly | kHardwareCodecsOnly)))) {
    [all...]

Completed in 186 milliseconds