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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2798 static const int32_t kFixedOne = 0x10000; local
2799 if (a00 == kFixedOne && a01 == 0 && a10 == 0 && a11 == kFixedOne) {
2802 } else if (a00 == 0 && a01 == kFixedOne && a10 == -kFixedOne && a11 == 0) {
2804 } else if (a00 == 0 && a01 == -kFixedOne && a10 == kFixedOne && a11 == 0) {
2806 } else if (a00 == -kFixedOne && a01 == 0 && a10 == 0 && a11 == -kFixedOne) {

Completed in 122 milliseconds