Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:sarWidth

1331     int32_t sarWidth, sarHeight;
1332 if (inputFormat->findInt32("sar-width", &sarWidth)
1334 ALOGV("Sample aspect ratio %d : %d", sarWidth, sarHeight);
1336 displayWidth = (displayWidth * sarWidth) / sarHeight;