Home | History | Annotate | Download | only in nuplayer2

Lines Matching refs:sarWidth

2106     int32_t sarWidth, sarHeight;
2107 if (inputFormat->findInt32("sar-width", &sarWidth)
2109 && sarWidth > 0 && sarHeight > 0) {
2110 ALOGV("Sample aspect ratio %d : %d", sarWidth, sarHeight);
2112 displayWidth = (displayWidth * sarWidth) / sarHeight;