OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateBuffersOnPort
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/include/media/stagefright/
MediaFilter.h
122
status_t
allocateBuffersOnPort
(OMX_U32 portIndex);
ACodec.h
308
status_t
allocateBuffersOnPort
(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/filters/
MediaFilter.cpp
210
status_t MediaFilter::
allocateBuffersOnPort
(OMX_U32 portIndex) {
489
allocateBuffersOnPort
(kPortIndexInput);
491
allocateBuffersOnPort
(kPortIndexOutput);
/frameworks/av/media/libstagefright/
ACodec.cpp
853
status_t ACodec::
allocateBuffersOnPort
(OMX_U32 portIndex) {
[
all
...]
Completed in 114 milliseconds