Searched refs:kFixedOne (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2546 static const int32_t kFixedOne = 0x10000; local
2547 if (a00 == kFixedOne && a01 == 0 && a10 == 0 && a11 == kFixedOne) {
2550 } else if (a00 == 0 && a01 == kFixedOne && a10 == -kFixedOne && a11 == 0) {
2552 } else if (a00 == 0 && a01 == -kFixedOne && a10 == kFixedOne && a11 == 0) {
2554 } else if (a00 == -kFixedOne && a01 == 0 && a10 == 0 && a11 == -kFixedOne) {

Completed in 173 milliseconds