Searched defs:hwCodecOnly (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp4525 const char *mime, bool queryDecoders, bool hwCodecOnly,
4533 hwCodecOnly ? OMXCodec::kHardwareCodecsOnly : 0 /*flags*/,
4621 return QueryCodecs(omx, mimeType, queryDecoders, false /*hwCodecOnly*/, results);
4523 QueryCodecs( const sp<IOMX> &omx, const char *mime, bool queryDecoders, bool hwCodecOnly, Vector<CodecCapabilities> *results) argument

Completed in 727 milliseconds