OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
180
flags |= OMXCodec::
kHardwareCodecsOnly
;
/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 125 milliseconds