HomeSort by relevance Sort by last modified time
    Searched refs:maxInputSize (Results 1 - 6 of 6) sorted by null

  /frameworks/av/cmds/stagefright/
audioloop.cpp 100 int32_t maxInputSize;
101 if (source->getFormat()->findInt32(kKeyMaxInputSize, &maxInputSize)) {
102 meta->setInt32(kKeyMaxInputSize, maxInputSize);
sf2.cpp 433 int32_t maxInputSize;
434 if (meta->findInt32(kKeyMaxInputSize, &maxInputSize)) {
435 msg->setInt32("max-input-size", maxInputSize);
  /frameworks/av/media/libstagefright/
Utils.cpp 164 int32_t maxInputSize;
165 if (meta->findInt32(kKeyMaxInputSize, &maxInputSize)) {
166 msg->setInt32("max-input-size", maxInputSize);
544 int32_t maxInputSize;
545 if (msg->findInt32("max-input-size", &maxInputSize)) {
546 meta->setInt32(kKeyMaxInputSize, maxInputSize);
OMXCodec.cpp 660 int32_t maxInputSize;
661 if (meta->findInt32(kKeyMaxInputSize, &maxInputSize)) {
662 setMinBufferSize(kPortIndexInput, (OMX_U32)maxInputSize);
    [all...]
ACodec.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 923 int32_t maxInputSize;
925 kKeyMaxInputSize, &maxInputSize));
927 format->setInt32("max-input-size", maxInputSize);
    [all...]

Completed in 117 milliseconds