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

/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc131 // Initialize Video Decoders.
187 typedef std::map<int, DecoderClient*> Decoders; typedef in class:__anon9404::VideoDecodeDemoInstance
188 Decoders video_decoders_;
245 for (Decoders::iterator it = video_decoders_.begin();
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp74 DecoderSet Decoders; member in struct:__anon21910::DecoderTableInfo
107 DecoderSet &Decoders,
461 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc) const;
901 emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders,
915 for (DecoderSet::const_iterator I = Decoders.begin(), E = Decoders.end();
1113 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders,
1131 Decoders.insert(Decoder.str());
1133 DecoderSet::const_iterator P = std::find(Decoders.begin(),
1134 Decoders
[all...]

Completed in 91 milliseconds