Searched defs:audio (Results 1 - 8 of 8) sorted by relevance

/hardware/libhardware/modules/radio/
H A Dradio_hw.c90 bool audio; member in struct:stub_radio_tuner
639 bool audio,
674 rdev->tuner->audio = audio;
637 rdev_open_tuner(const struct radio_hw_device *dev, const radio_hal_band_config_t *config, bool audio, radio_callback_t callback, void *cookie, const struct radio_tuner **tuner) argument
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Component.h79 OMX_AUDIO_PORTDEFINITIONTYPE audio; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon3659
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Component.h79 OMX_AUDIO_PORTDEFINITIONTYPE audio; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon3668
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Component.h79 OMX_AUDIO_PORTDEFINITIONTYPE audio; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon3717
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Component.h79 OMX_AUDIO_PORTDEFINITIONTYPE audio; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon5395
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Component.h96 OMX_AUDIO_PORTDEFINITIONTYPE audio; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon5448
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Component.h79 OMX_AUDIO_PORTDEFINITIONTYPE audio; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon5568
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c220 struct audio { struct
240 struct audio audio; member in struct:track_entry
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);
2168 ne_get_uint32(entry->audio.channels, &value);
2172 ne_get_uint32(entry->audio
[all...]

Completed in 202 milliseconds