Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:inputFormat

769                     sp<AMessage> inputFormat =
772 updateVideoSize(inputFormat, format);
1490 const sp<AMessage> &inputFormat,
1492 if (inputFormat == NULL) {
1521 CHECK(inputFormat->findInt32("width", &displayWidth));
1522 CHECK(inputFormat->findInt32("height", &displayHeight));
1529 if (inputFormat->findInt32("sar-width", &sarWidth)
1530 && inputFormat->findInt32("sar-height", &sarHeight)) {
1539 if (!inputFormat->findInt32("rotation-degrees", &rotationDegrees)) {