OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMinBufferSize
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/include/media/stagefright/
ACodec.h
160
status_t
setMinBufferSize
(OMX_U32 portIndex, size_t size);
OMXCodec.h
268
void
setMinBufferSize
(OMX_U32 portIndex, OMX_U32 size);
/frameworks/base/media/libstagefright/
ACodec.cpp
772
CHECK_EQ(
setMinBufferSize
(kPortIndexInput, (size_t)maxInputSize),
775
CHECK_EQ(
setMinBufferSize
(kPortIndexInput, 8192), // XXX
780
status_t ACodec::
setMinBufferSize
(OMX_U32 portIndex, size_t size) {
[
all
...]
OMXCodec.cpp
694
setMinBufferSize
(kPortIndexInput, (OMX_U32)maxInputSize);
700
setMinBufferSize
(kPortIndexOutput, 8192); // XXX
745
void OMXCodec::
setMinBufferSize
(OMX_U32 portIndex, OMX_U32 size) {
[
all
...]
Completed in 2473 milliseconds