Searched refs:refWidth (Results 1 – 2 of 2) sorted by relevance
571 int32_t refWidth = getWidth(inpFormat); in isFormatSimilar() local575 return refWidth != -1 && refHeight != -1 && refWidth == testWidth && in isFormatSimilar()
70 int32_t refWidth, testWidth, refHeight, testHeight; in isFormatSimilar() local71 bool hasRefWidth = AMediaFormat_getInt32(refFormat, AMEDIAFORMAT_KEY_WIDTH, &refWidth); in isFormatSimilar()77 refWidth == testWidth && refHeight == testHeight; in isFormatSimilar()