OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onPortEnableCompleted
(Results
1 - 14
of
14
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.h
42
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
SoftAMR.cpp
503
void SoftAMR::
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled) {
/frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h
44
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
SoftMP3.cpp
403
void SoftMP3::
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled) {
/frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.h
59
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
SoftOpus.cpp
543
void SoftOpus::
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled) {
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h
45
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
SoftVorbis.cpp
494
void SoftVorbis::
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled) {
/frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h
44
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
SoftAAC2.cpp
[
all
...]
/frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h
78
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
SoftVideoDecoderOMXComponent.h
57
virtual void
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled);
/frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp
629
onPortEnableCompleted
(i, false /* enabled */);
639
onPortEnableCompleted
(i, true /* enabled */);
660
void SimpleSoftOMXComponent::
onPortEnableCompleted
(
SoftVideoDecoderOMXComponent.cpp
633
void SoftVideoDecoderOMXComponent::
onPortEnableCompleted
(OMX_U32 portIndex, bool enabled) {
Completed in 81 milliseconds