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

  /frameworks/base/voip/jni/rtp/
AudioCodec.cpp 39 AudioCodec *newAudioCodec(const char *codecName)
43 if (strcasecmp(codecName, type->name) == 0) {
AudioCodec.h 36 AudioCodec *newAudioCodec(const char *codecName);
AudioGroup.cpp 884 char codecName[16];
886 sscanf(codecSpec, "%d %[^/]%*c%d", &codecType, codecName, &sampleRate);
887 codec = newAudioCodec(codecName);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h 137 * @param codecName - not used
144 codecName, \
151 codecName, \
160 codecName, \
167 codecName, \
LCML_CodecInterface.h 100 OMX_STRING codecName,
106 OMX_STRING codecName,
  /external/webkit/WebCore/platform/text/gtk/
TextCodecGtk.cpp 289 const gchar *codecName = (*codecAliases)[0];
290 if (isEncodingAvailable(codecName))
291 registrar(codecName, newTextCodecGtk, 0);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 85 OMX_STRING codecName,
90 OMX_STRING codecName,
192 * @param codecName - not used
202 OMX_STRING codecName,
222 InitMMCodec(hInt, codecName, toCodecInitParams, fromCodecInfoStruct, pCallbacks);
516 * @param codecName - not used
525 OMX_STRING codecName,
    [all...]

Completed in 555 milliseconds