Home
last modified time | relevance | path

Searched refs:hasQuirk (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/media/
DMediaCodecInfo.h68 bool hasQuirk(const char *name) const;
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp108 bool MediaCodecInfo::hasQuirk(const char *name) const { in hasQuirk() function in android::MediaCodecInfo
241 if (!hasQuirk(name)) { in addQuirk()
/frameworks/av/media/libstagefright/
DOMXCodec.cpp254 if (info->hasQuirk("requires-allocate-on-input-ports")) { in getComponentQuirks()
257 if (info->hasQuirk("requires-allocate-on-output-ports")) { in getComponentQuirks()
260 if (info->hasQuirk("output-buffers-are-unreadable")) { in getComponentQuirks()