Searched refs:kHardwareCodecsOnly (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DOMXCodec.h50 kHardwareCodecsOnly = 16, enumerator in enum:android::OMXCodec::CreationFlags
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp181 flags |= OMXCodec::kHardwareCodecsOnly;
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1208 status_t err = initVideoDecoder_l(OMXCodec::kHardwareCodecsOnly);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp52 #define VIDEOEDITOR_FORCECODEC kHardwareCodecsOnly
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp217 ((flags & kHardwareCodecsOnly) && !IsSoftwareCodec(componentName)) ||
218 (!(flags & (kSoftwareCodecsOnly | kHardwareCodecsOnly)))) {
4533 hwCodecOnly ? OMXCodec::kHardwareCodecsOnly : 0 /*flags*/,

Completed in 130 milliseconds