Home
last modified time | relevance | path

Searched defs:Decoders (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp75 DecoderSet Decoders; member
896 emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders, in emitDecoderFunction()
1091 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders, in getDecoderIndex()
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libstagefright/xmlparser/media_codecs/gen/cpp/include/
Dmedia_codecs.h22 class Decoders; variable
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libstagefright/xmlparser/media_codecs/gen/cpp/
Dmedia_codecs.cpp75Decoders::Decoders(std::vector<MediaCodec> mediaCodec) : mediaCodec_(std::move(mediaCodec)) { in Decoders() function in media::codecs::Decoders