HomeSort by relevance Sort by last modified time
    Searched refs:rlookup (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ALookup.h 31 bool rlookup(const U& from, T *to) const;
37 inline bool map(const V& from, T *to) const { return rlookup(from, to); }
60 bool ALookup<T, U>::rlookup(const U& from, T *to) const { function in class:android::ALookup
  /frameworks/av/media/libstagefright/foundation/
ColorUtils.cpp 597 (void)sLegacyDataSpaceToV0.rlookup(dataSpace, &dataSpace);

Completed in 101 milliseconds