Home
last modified time | relevance | path

Searched refs:res1 (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp139 status_t res1 = mCodec->stop(); in stop() local
140 if (res1 != OK) { in stop()
144 if (res1 == OK && res2 == OK) { in stop()
149 return res1 != OK ? res1 : res2; in stop()
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
DIconTest.java112 final Bitmap res1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape)) in testWithBitmapResource() local
123 res1.compress(Bitmap.CompressFormat.PNG, 100, in testWithBitmapResource()
127 if (!equalBitmaps(res1, test1)) { in testWithBitmapResource()
128 findBitmapDifferences(res1, test1); in testWithBitmapResource()
225 final Icon res1 = Icon.createWithResource(getContext(), R.drawable.landscape); in testParcel() local
226 imgs.add(res1); in testParcel()
/frameworks/av/media/libstagefright/foundation/
DColorUtils.cpp232 status_t res1 = unwrapColorAspectsFromColorRange(range, &aspects.mRange); in convertPlatformColorAspectsToCodecAspects() local
236 return res1 != OK ? res1 : (res2 != OK ? res2 : res3); in convertPlatformColorAspectsToCodecAspects()
/frameworks/base/include/androidfw/
DResourceTypes.h1308 uint16_t res1; member
1350 uint16_t res1; member