Home
last modified time | relevance | path

Searched refs:audio (Results 1 – 25 of 59) sorted by relevance

123

/hardware/qcom/audio/legacy/alsa_sound/
DAndroid.mk54 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/audio-alsa
55 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/libalsa-intf
56 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/surround_sound/
63 LOCAL_MODULE := audio.primary.msm8960
92 LOCAL_C_INCLUDES += hardware/libhardware_legacy/audio
119 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/libalsa-intf
/hardware/qcom/audio/hal/
DAndroid.mk40 $(call include-path-for, audio-route) \
41 $(call include-path-for, audio-effects) \
57 LOCAL_MODULE := audio.primary.$(TARGET_BOARD_PLATFORM)
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
DAndroid.mk16 $(EXYNOS_OMX_COMPONENT)/audio/dec \
17 hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/include
DExynos_OMX_Adec.c1081 portFormat->eEncoding = portDefinition->format.audio.eEncoding; in Exynos_OMX_AudioDecodeGetParameter()
1092 portFormat->eEncoding = portDefinition->format.audio.eEncoding; in Exynos_OMX_AudioDecodeGetParameter()
1170 portDefinition->format.audio.eEncoding = portFormat->eEncoding; in Exynos_OMX_AudioDecodeSetParameter()
1474 pExynosPort->portDefinition.format.audio.cMIMEType = Exynos_OSAL_Malloc(MAX_OMX_MIMETYPE_SIZE); in Exynos_OMX_AudioDecodeComponentInit()
1475 Exynos_OSAL_Strcpy(pExynosPort->portDefinition.format.audio.cMIMEType, "audio/raw"); in Exynos_OMX_AudioDecodeComponentInit()
1476 pExynosPort->portDefinition.format.audio.pNativeRender = 0; in Exynos_OMX_AudioDecodeComponentInit()
1477 pExynosPort->portDefinition.format.audio.bFlagErrorConcealment = OMX_FALSE; in Exynos_OMX_AudioDecodeComponentInit()
1478 pExynosPort->portDefinition.format.audio.eEncoding = OMX_AUDIO_CodingUnused; in Exynos_OMX_AudioDecodeComponentInit()
1487 pExynosPort->portDefinition.format.audio.cMIMEType = Exynos_OSAL_Malloc(MAX_OMX_MIMETYPE_SIZE); in Exynos_OMX_AudioDecodeComponentInit()
1488 Exynos_OSAL_Strcpy(pExynosPort->portDefinition.format.audio.cMIMEType, "audio/raw"); in Exynos_OMX_AudioDecodeComponentInit()
[all …]
/hardware/libhardware/modules/usbaudio/
DAndroid.mk19 LOCAL_MODULE := audio.usb.default
29 $(call include-path-for, audio-utils)
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
DAndroid.mk28 $(EXYNOS_OMX_COMPONENT)/audio/dec \
29 hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/include
DExynos_OMX_Mp3dec.c245 …pExynosComponent->pExynosPort[INPUT_PORT_INDEX].portDefinition.format.audio.eEncoding = OMX_AUDIO_… in Exynos_SRP_Mp3Dec_SetParameter()
798 … Exynos_OSAL_Memset(pExynosPort->portDefinition.format.audio.cMIMEType, 0, MAX_OMX_MIMETYPE_SIZE); in Exynos_OMX_ComponentInit()
799 Exynos_OSAL_Strcpy(pExynosPort->portDefinition.format.audio.cMIMEType, "audio/mpeg"); in Exynos_OMX_ComponentInit()
800 pExynosPort->portDefinition.format.audio.pNativeRender = 0; in Exynos_OMX_ComponentInit()
801 pExynosPort->portDefinition.format.audio.bFlagErrorConcealment = OMX_FALSE; in Exynos_OMX_ComponentInit()
802 pExynosPort->portDefinition.format.audio.eEncoding = OMX_AUDIO_CodingMP3; in Exynos_OMX_ComponentInit()
811 … Exynos_OSAL_Memset(pExynosPort->portDefinition.format.audio.cMIMEType, 0, MAX_OMX_MIMETYPE_SIZE); in Exynos_OMX_ComponentInit()
812 Exynos_OSAL_Strcpy(pExynosPort->portDefinition.format.audio.cMIMEType, "audio/raw"); in Exynos_OMX_ComponentInit()
813 pExynosPort->portDefinition.format.audio.pNativeRender = 0; in Exynos_OMX_ComponentInit()
814 pExynosPort->portDefinition.format.audio.bFlagErrorConcealment = OMX_FALSE; in Exynos_OMX_ComponentInit()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/
DAndroid.mk25 include $(EXYNOS_OMX_COMPONENT)/audio/dec/Android.mk
26 include $(EXYNOS_OMX_COMPONENT)/audio/dec/mp3/Android.mk
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c764 pCompPrivateStruct->format.audio.eEncoding = OMX_AUDIO_CodingAMR;
765 pCompPrivateStruct->format.audio.cMIMEType = NULL;
766 pCompPrivateStruct->format.audio.pNativeRender = NULL;
767 … pCompPrivateStruct->format.audio.bFlagErrorConcealment = OMX_FALSE; /*Send input port config*/
771 pCompPrivateStruct->format.audio.cMIMEType = "NONMIME";
773 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
775 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
777 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
779 pCompPrivateStruct->format.audio.cMIMEType = "IF2";
781 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
[all …]
/hardware/libhardware/modules/
DAndroid.mk1 hardware_modules := gralloc hwcomposer audio nfc nfc-nci local_time \
/hardware/qcom/audio/voice_processing/
DAndroid.mk14 $(call include-path-for, audio-effects)
/hardware/qcom/audio/visualizer/
DAndroid.mk35 $(call include-path-for, audio-effects)
/hardware/libhardware/modules/audio_remote_submix/
DAndroid.mk19 LOCAL_MODULE := audio.r_submix.default
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c780 pCompPrivateStruct->format.audio.eEncoding = OMX_AUDIO_CodingAMR;
781 pCompPrivateStruct->format.audio.cMIMEType = NULL;
782 pCompPrivateStruct->format.audio.pNativeRender = NULL;
783 pCompPrivateStruct->format.audio.bFlagErrorConcealment = OMX_FALSE; /*Send input port config*/
786 pCompPrivateStruct->format.audio.cMIMEType = "NONMIME";
790 __LINE__,pCompPrivateStruct->format.audio.cMIMEType);
792 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
796 __LINE__,pCompPrivateStruct->format.audio.cMIMEType);
799 pCompPrivateStruct->format.audio.cMIMEType = "IF2";
803 __LINE__,pCompPrivateStruct->format.audio.cMIMEType);
[all …]
/hardware/intel/audio_media/hdmi/
DAndroid.mk36 LOCAL_MODULE := audio.hdmi.$(TARGET_BOARD_PLATFORM)
/hardware/libhardware/modules/audio/
DAndroid.mk25 LOCAL_MODULE := audio.primary.default
/hardware/qcom/audio/post_proc/
DAndroid.mk29 $(call include-path-for, audio-effects)
/hardware/libhardware_legacy/
DAndroid.mk7 LEGACY_AUDIO_MAKEFILES := $(call all-named-subdir-makefiles,audio)
/hardware/qcom/audio/legacy/libalsa-intf/
DAndroid.mk37 LOCAL_COPY_HEADERS_TO := mm-audio/libalsa-intf
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
DOMX_G722Decoder.c359 pPortDef_ip->format.audio.eEncoding = OMX_AUDIO_CodingPCM; in OMX_ComponentInit()
360 pPortDef_ip->format.audio.cMIMEType = NULL; in OMX_ComponentInit()
361 pPortDef_ip->format.audio.pNativeRender = NULL; in OMX_ComponentInit()
362 pPortDef_ip->format.audio.bFlagErrorConcealment = OMX_FALSE; in OMX_ComponentInit()
374 pPortDef_op->format.audio.eEncoding = OMX_AUDIO_CodingPCM; in OMX_ComponentInit()
375 pPortDef_op->format.audio.cMIMEType = NULL; in OMX_ComponentInit()
376 pPortDef_op->format.audio.pNativeRender = NULL; in OMX_ComponentInit()
377 pPortDef_op->format.audio.bFlagErrorConcealment = OMX_FALSE; in OMX_ComponentInit()
872 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingPCM) { in SetParameter()
883 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingPCM) { in SetParameter()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Decoder.c362 pPortDef_ip->format.audio.eEncoding = OMX_AUDIO_CodingG726; in OMX_ComponentInit()
363 pPortDef_ip->format.audio.cMIMEType = NULL; in OMX_ComponentInit()
364 pPortDef_ip->format.audio.pNativeRender = NULL; in OMX_ComponentInit()
365 pPortDef_ip->format.audio.bFlagErrorConcealment = OMX_FALSE; in OMX_ComponentInit()
377 pPortDef_op->format.audio.eEncoding = OMX_AUDIO_CodingPCM; in OMX_ComponentInit()
378 pPortDef_op->format.audio.cMIMEType = NULL; in OMX_ComponentInit()
379 pPortDef_op->format.audio.pNativeRender = NULL; in OMX_ComponentInit()
380 pPortDef_op->format.audio.bFlagErrorConcealment = OMX_FALSE; in OMX_ComponentInit()
894 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingG726) { in SetParameter()
905 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingPCM) { in SetParameter()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
DG729EncTest.c606 pCompPrivateStruct->format.audio.eEncoding = OMX_AUDIO_CodingG729; in main()
607 pCompPrivateStruct->format.audio.cMIMEType = NULL; in main()
608 pCompPrivateStruct->format.audio.pNativeRender = NULL; in main()
609 … pCompPrivateStruct->format.audio.bFlagErrorConcealment = OMX_FALSE; /*Send input port config*/ in main()
692 pCompPrivateStruct->format.audio.eEncoding = OMX_AUDIO_CodingG729; in main()
693 pCompPrivateStruct->format.audio.cMIMEType = NULL; in main()
694 pCompPrivateStruct->format.audio.pNativeRender = NULL; in main()
695 … pCompPrivateStruct->format.audio.bFlagErrorConcealment = OMX_FALSE; /*Send input port config*/ in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c220 struct audio { struct
240 struct audio audio; argument
403 E_FIELD(ID_SAMPLING_FREQUENCY, TYPE_FLOAT, struct audio, sampling_frequency),
404 E_FIELD(ID_CHANNELS, TYPE_UINT, struct audio, channels),
405 E_FIELD(ID_BIT_DEPTH, TYPE_UINT, struct audio, bit_depth),
423 E_SINGLE_MASTER(ID_AUDIO, TYPE_MASTER, struct track_entry, audio),
2165 ne_get_float(entry->audio.sampling_frequency, &params->rate); in nestegg_track_audio_params()
2168 ne_get_uint32(entry->audio.channels, &value); in nestegg_track_audio_params()
2172 ne_get_uint32(entry->audio.bit_depth, &value); in nestegg_track_audio_params()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Decoder.c369 pPortDef_ip->format.audio.eEncoding = OMX_AUDIO_CodingG711; in OMX_ComponentInit()
370 pPortDef_ip->format.audio.cMIMEType = NULL; in OMX_ComponentInit()
371 pPortDef_ip->format.audio.pNativeRender = NULL; in OMX_ComponentInit()
372 pPortDef_ip->format.audio.bFlagErrorConcealment = OMX_FALSE; in OMX_ComponentInit()
384 pPortDef_op->format.audio.eEncoding = OMX_AUDIO_CodingPCM; in OMX_ComponentInit()
385 pPortDef_op->format.audio.cMIMEType = NULL; in OMX_ComponentInit()
386 pPortDef_op->format.audio.pNativeRender = NULL; in OMX_ComponentInit()
387 pPortDef_op->format.audio.bFlagErrorConcealment = OMX_FALSE; in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Decoder.c410 pPortDef_ip->format.audio.eEncoding = OMX_AUDIO_CodingMP3; in OMX_ComponentInit()
411 pPortDef_ip->format.audio.cMIMEType = NULL; in OMX_ComponentInit()
412 pPortDef_ip->format.audio.pNativeRender = NULL; in OMX_ComponentInit()
413 pPortDef_ip->format.audio.bFlagErrorConcealment = OMX_FALSE; in OMX_ComponentInit()
427 pPortDef_op->format.audio.eEncoding = OMX_AUDIO_CodingPCM; in OMX_ComponentInit()
428 pPortDef_op->format.audio.cMIMEType = NULL; in OMX_ComponentInit()
429 pPortDef_op->format.audio.pNativeRender = NULL; in OMX_ComponentInit()
430 pPortDef_op->format.audio.bFlagErrorConcealment = OMX_FALSE; in OMX_ComponentInit()
963 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingMP3) { in SetParameter()
974 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingPCM) { in SetParameter()

123