Searched defs:codecType (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp624 const char *codecType = queryDecoders? "decoder" : "encoder"; local
625 printf("%s profiles:\n", codecType);
638 codecType, results[i].mComponentName.string());
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp101 int codecType, int dtmfType);
167 int codecType, int dtmfType)
174 mCodecMagic = (0x8000 | codecType) << 16;
964 int codecType = -1; local
967 sscanf(codecSpec, "%d %15[^/]%*c%d", &codecType, codecName, &sampleRate);
980 codecType, dtmfType)) {
165 set(int mode, int socket, sockaddr_storage *remote, AudioCodec *codec, int sampleRate, int sampleCount, int codecType, int dtmfType) argument
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp53 VIDEOEDITOR_CodecType codecType,
82 const sp<MetaData> &format, VIDEOEDITOR_CodecType codecType,
88 mCodecType(codecType) {
81 VideoEditorVideoDecoderSource( const sp<MetaData> &format, VIDEOEDITOR_CodecType codecType, void *decoderShellContext) argument
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java3258 * @param codecType The video codec type in native layer
3262 int getVideoCodecType(int codecType) { argument
3264 switch (codecType) {
3290 int getAudioCodecType(int codecType) { argument
3292 switch (codecType) {

Completed in 655 milliseconds