Searched refs:kHardwareCodecsOnly (Results 1 - 6 of 6) 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/libmediaplayerservice/
H A DStagefrightRecorder.cpp1413 encoder_flags |= OMXCodec::kHardwareCodecsOnly;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp221 ((flags & kHardwareCodecsOnly) && !IsSoftwareCodec(componentName)) ||
222 (!(flags & (kSoftwareCodecsOnly | kHardwareCodecsOnly)))) {
4520 hwCodecOnly ? OMXCodec::kHardwareCodecsOnly : 0 /*flags*/,

Completed in 225 milliseconds