HomeSort by relevance Sort by last modified time
    Searched refs:codecIndex (Results 1 - 6 of 6) sorted by null

  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 123 int codecIndex;
124 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex);
127 if (codecIndex < 0)
130 const CCodecInfo &codec = *g_Codecs[codecIndex];
148 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
151 const CCodecInfo &codec = *g_Codecs[codecIndex];
222 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
225 const CHasherInfo &codec = *g_Hashers[codecIndex];
  /system/bt/stack/include/
a2dp_codec_api.h 62 btav_a2dp_codec_index_t codecIndex() const { return codec_index_; }
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 219 info.CodecIndex = i;
682 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
687 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
727 return Libs[ci.LibIndex].GetMethodProperty(ci.CodecIndex, propID, value);
  /system/bt/btif/co/
bta_av_co.cc     [all...]
  /system/bt/stack/a2dp/
a2dp_codec_config.cc 420 return (lhs->codecIndex() > rhs->codecIndex());
    [all...]
  /system/bt/stack/test/
stack_a2dp_test.cc     [all...]

Completed in 416 milliseconds