Searched defs:res1 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp171 status_t res1 = mCodec->stop(); local
172 if (res1 != OK) {
176 if (res1 == OK && res2 == OK) {
181 return res1 != OK ? res1 : res2;
/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp232 status_t res1 = unwrapColorAspectsFromColorRange(range, &aspects.mRange); local
236 return res1 != OK ? res1 : (res2 != OK ? res2 : res3);
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1349 uint16_t res1; member in struct:android::ResTable_typeSpec

Completed in 99 milliseconds