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.cpp683 #define NUM_EXPORT_CODECS g_NumCodecs macro
692 #define NUM_EXPORT_CODECS 0 macro
699 *numMethods = NUM_EXPORT_CODECS in GetNumberOfMethods()
715 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; in GetProperty()
740 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; in CreateDecoder()
756 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; in CreateEncoder()
811 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; in GetCodecLibIndex()
845 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; in GetCodecEncoderIsAssigned()