Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp519 extern unsigned int g_NumCodecs;
529 g_NumCodecs + in GetNumberOfMethods()
538 if (index < g_NumCodecs) in GetProperty()
544 - g_NumCodecs in GetProperty()
568 if (index < g_NumCodecs) in CreateDecoder()
573 - g_NumCodecs in CreateDecoder()
584 if (index < g_NumCodecs) in CreateEncoder()
589 - g_NumCodecs in CreateEncoder()
621 if (index < g_NumCodecs) in GetCodecLibIndex()
627 - g_NumCodecs in GetCodecLibIndex()
[all …]
/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()
95 for (i = 0; i < g_NumCodecs; i++) in FindMethod()
130 for (i = 0; i < g_NumCodecs; i++) in FindMethod()
164 for (i = 0; i < g_NumCodecs; i++) in CreateCoder()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp13 extern unsigned int g_NumCodecs;
54 for (unsigned i = 0; i < g_NumCodecs; i++) in FindCodecClassId()
158 *numCodecs = g_NumCodecs; in GetNumberOfMethods()