Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:maxInputSize

1668     int32_t maxInputSize;
1669 if (msg->findInt32("max-input-size", &maxInputSize)) {
1670 err = setMinBufferSize(kPortIndexInput, (size_t)maxInputSize);