HomeSort by relevance Sort by last modified time
    Searched defs:codecType (Results 1 - 17 of 17) sorted by null

  /hardware/intel/common/utils/media_resource_manager/include/
OMX_adaptor.h 35 CodecType codecType;
MediaResourceArbitrator.h 64 } CodecType;
68 CodecType codecType;
121 ArbitratorErrorType AddResource(/* in */ CodecType codecType,
128 ArbitratorErrorType RemoveResource(CodecType codecType,
158 KeyedVector <const char*, CodecType> mCodecNameTypeMap;
175 CodecType MapCodecTypeFromName(const char* name);
  /hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.h 35 CodecType codecType;
OMX_adaptor.cpp 198 err = (OMX_ERRORTYPE)mArbitrator->AddResource(codecInfo.codecType,
248 err = (OMX_ERRORTYPE)mArbitrator->RemoveResource(codecInfo.codecType,
278 CodecType codecType = CODEC_TYPE_MAX;
280 codecType = CODEC_TYPE_AVC;
282 codecType = CODEC_TYPE_VP8;
284 codecType = CODEC_TYPE_VP9;
286 codecType = CODEC_TYPE_MPEG4;
288 codecType = CODEC_TYPE_MPEG2;
290 codecType = CODEC_TYPE_H263
    [all...]
  /external/webrtc/webrtc/modules/video_capture/
video_capture_defines.h 36 VideoCodecType codecType;
46 codecType = kVideoCodecUnknown;
60 if (codecType != other.codecType)
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 78 webrtc::VideoCodecType codecType;
  /external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 95 VideoCodecType codecType;
  /external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h 93 VideoCodecType codecType;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 200 jint codecType = env->CallIntMethod(
220 .codec_type = static_cast<btav_a2dp_codec_index_t>(codecType),
  /external/webrtc/webrtc/modules/media_file/
media_file_utility.cc 788 MediaFileUtility_CodecType codecType =
797 if(codecType != _codecId)
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpProfile.java 254 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec())
258 switch (codecType) {
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
A2dpReceiver.java 196 int codecType = BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID;
265 if (!extras.containsKey("CodecType")) {
269 tmpStr = extras.getString("CodecType");
271 codecType = Integer.valueOf(tmpStr);
319 if (codecType == BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID
330 if (!setCodecValue(codecType, sampleRate, bitsPerSample, channelMode,
433 * @param codecType - Codec Type
441 private boolean setCodecValue(int codecType, int sampleRate, int bitsPerSample,
444 Log.d(TAG, "SetCodecValue: Codec Type: " + codecType + " sampleRate: " + sampleRate
449 new BluetoothCodecConfig(codecType, BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 104 typedef enum codecType
  /frameworks/av/cmds/stagefright/
stagefright.cpp 640 const char *codecType = queryDecoders? "decoder" : "encoder";
641 printf("%s profiles:\n", codecType);
659 codecType, info->getCodecName());
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 103 int codecType, int dtmfType);
169 int codecType, int dtmfType)
176 mCodecMagic = (0x8000 | codecType) << 16;
976 int codecType = -1;
979 sscanf(codecSpec, "%d %15[^/]%*c%d", &codecType, codecName, &sampleRate);
992 codecType, dtmfType)) {
  /external/webrtc/webrtc/
common_types.h 688 VideoCodecType codecType;
716 bool ret = codecType == other.codecType &&
729 if (ret && codecType == kVideoCodecVP8) {
  /packages/apps/Settings/src/com/android/settings/development/
DevelopmentSettings.java     [all...]

Completed in 2485 milliseconds