Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp804 #define NUM_EXPORT_CODECS g_NumCodecs macro
813 #define NUM_EXPORT_CODECS 0 macro
820 *numMethods = NUM_EXPORT_CODECS in GetNumMethods()
836 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; in GetProperty()
863 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; in CreateDecoder()
886 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; in CreateEncoder()
948 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; in GetCodec_LibIndex()
986 return Codecs[index - NUM_EXPORT_CODECS].DecoderIsAssigned; in GetCodec_DecoderIsAssigned()
1008 return Codecs[index - NUM_EXPORT_CODECS].EncoderIsAssigned; in GetCodec_EncoderIsAssigned()