Searched refs:res1 (Results 1 – 4 of 4) sorted by relevance
152 status_t res1 = mCodec->stop(); in stop() local153 if (res1 != OK) { in stop()157 if (res1 == OK && res2 == OK) { in stop()162 return res1 != OK ? res1 : res2; in stop()
146 final Bitmap res1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape)) in testWithBitmapResource() local157 res1.compress(Bitmap.CompressFormat.PNG, 100, in testWithBitmapResource()161 if (!equalBitmaps(res1, test1)) { in testWithBitmapResource()162 findBitmapDifferences(res1, test1); in testWithBitmapResource()259 final Icon res1 = Icon.createWithResource(getContext(), R.drawable.landscape); in testParcel() local260 imgs.add(res1); in testParcel()
232 status_t res1 = unwrapColorAspectsFromColorRange(range, &aspects.mRange); in convertPlatformColorAspectsToCodecAspects() local236 return res1 != OK ? res1 : (res2 != OK ? res2 : res3); in convertPlatformColorAspectsToCodecAspects()
1329 uint16_t res1; member