Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaCodecInfo.h70 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
252 if (!hasQuirk(name)) { in addQuirk()
/frameworks/av/media/libstagefright/
DOMXCodec.cpp258 if (info->hasQuirk("requires-allocate-on-input-ports")) { in getComponentQuirks()
261 if (info->hasQuirk("requires-allocate-on-output-ports")) { in getComponentQuirks()
264 if (info->hasQuirk("output-buffers-are-unreadable")) { in getComponentQuirks()