Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:sarWidth

2060     int32_t sarWidth, sarHeight;
2061 if (inputFormat->findInt32("sar-width", &sarWidth)
2063 && sarWidth > 0 && sarHeight > 0) {
2064 ALOGV("Sample aspect ratio %d : %d", sarWidth, sarHeight);
2066 displayWidth = (displayWidth * sarWidth) / sarHeight;