Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:maxHeight

766     int32_t maxHeight;
767 if (meta->findInt32(kKeyMaxHeight, &maxHeight)) {
768 msg->setInt32("max-height", maxHeight);
1447 int32_t maxHeight;
1448 if (msg->findInt32("max-height", &maxHeight)) {
1449 meta->setInt32(kKeyMaxHeight, maxHeight);