Home | History | Annotate | Download | only in videoencoder

Lines Matching full:maxsize

296     uint32_t maxSize = 0;
297 ret = getMaxOutSize(&maxSize);
1435 Encode_Status VideoEncoderBase::getMaxOutSize (uint32_t *maxSize) {
1439 if (maxSize == NULL) {
1440 LOG_E("maxSize == NULL\n");
1447 *maxSize = mCodedBufSize;
1483 *maxSize = mCodedBufSize;