Searched refs:GetDecoderInfo (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/media/
H A DPluginManager.h44 status_t GetDecoderInfo(Decoder* decoder,
/haiku/headers/os/media/
H A DMediaDecoder.h36 status_t GetDecoderInfo(media_codec_info *out_info) const;
/haiku/src/kits/media/
H A DMediaDecoder.cpp175 BMediaDecoder::GetDecoderInfo(media_codec_info *out_info) const function in class:BMediaDecoder
180 return gPluginManager.GetDecoderInfo(fDecoder, out_info);
H A DMediaExtractor.cpp385 status = gPluginManager.GetDecoderInfo(decoder, codecInfo);
H A DPluginManager.cpp381 PluginManager::GetDecoderInfo(Decoder* decoder, media_codec_info* _info) const function in class:PluginManager

Completed in 58 milliseconds