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 168 int codecIndex;
169 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex);
172 if (codecIndex < 0)
175 return CreateCoderMain(codecIndex, encode, outObject);
178 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
181 const CCodecInfo &codec = *g_Codecs[codecIndex];
284 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
287 const CHasherInfo &codec = *g_Hashers[codecIndex];
  /system/bt/stack/include/
a2dp_codec_api.h 64 btav_a2dp_codec_index_t codecIndex() const { return codec_index_; }
    [all...]
  /system/bt/btif/co/
bta_av_co.cc     [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 268 info.CodecIndex = i;
803 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
808 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
849 return lib.GetMethodProperty(ci.CodecIndex, propID, value);
868 return lib.CreateDecoder(ci.CodecIndex, iid, (void **)coder);
890 return lib.CreateEncoder(ci.CodecIndex, iid, (void **)coder);
  /system/bt/stack/a2dp/
a2dp_codec_config.cc 524 return (lhs->codecIndex() > rhs->codecIndex());
    [all...]
  /system/bt/stack/test/
stack_a2dp_test.cc     [all...]

Completed in 240 milliseconds