Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp14 unsigned int g_NumCodecs = 0; variable
18 if (g_NumCodecs < kNumCodecsMax) in RegisterCodec()
19 g_Codecs[g_NumCodecs++] = codecInfo; in RegisterCodec()
122 for (i = 0; i < g_NumCodecs; i++) in FindMethod()
154 for (i = 0; i < g_NumCodecs; i++) in FindMethod()
230 for (i = 0; i < g_NumCodecs; i++) in CreateCoder()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp16 extern unsigned int g_NumCodecs;
63 for (unsigned i = 0; i < g_NumCodecs; i++) in FindCodecClassId()
183 *numCodecs = g_NumCodecs; in GetNumberOfMethods()
195 for (unsigned i = 0; i < g_NumCodecs; i++) in FindHasherClassId()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp680 extern unsigned g_NumCodecs;
683 #define NUM_EXPORT_CODECS g_NumCodecs
710 if (index < g_NumCodecs) in GetProperty()
736 if (index < g_NumCodecs) in CreateDecoder()
752 if (index < g_NumCodecs) in CreateEncoder()
807 if (index < g_NumCodecs) in GetCodecLibIndex()
835 if (index < g_NumCodecs) in GetCodecEncoderIsAssigned()