Searched refs:get_format (Results 1 - 17 of 17) sorted by relevance

/hardware/libhardware/include/hardware/
H A Daudio.h180 audio_format_t (*get_format)(const struct audio_stream *stream); member in struct:audio_stream
416 audio_format_t format = s->get_format(s);
/hardware/libhardware/modules/audio/
H A Daudio_hw.c235 out->stream.common.get_format = out_get_format;
344 in->stream.common.get_format = in_get_format;
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_audio.h134 int get_format(const char* name);
H A Daplay.c612 format = get_format(optarg);
H A Darec.c566 format = (int)get_format(optarg);
H A Dalsa_pcm.c153 int get_format(const char* name) function
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp535 out->stream.common.get_format = out_get_format;
696 in->stream.common.get_format = in_get_format;
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp123 static int get_format(int format) { function
150 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp255 static int get_format(int format) { function
287 default: return get_format(halFormat);
497 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.cpp125 static int get_format(int format) { function
153 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp259 static int get_format(int format) { function
291 default: return get_format(halFormat);
508 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit.cpp123 static int get_format(int format) { function
150 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp255 static int get_format(int format) { function
287 default: return get_format(halFormat);
497 c2d_format = get_format(rhs->format);
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c265 out->stream.common.get_format = out_get_format;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp516 out->stream.common.get_format = out_get_format;
579 in->stream.common.get_format = in_get_format;
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp585 out->stream.common.get_format = out_get_format;
650 in->stream.common.get_format = in_get_format;
/hardware/qcom/audio/hal/
H A Daudio_hw.c1970 out->stream.common.get_format = out_get_format;
1992 config->format = out->stream.common.get_format(&out->stream.common);
2254 in->stream.common.get_format = in_get_format;

Completed in 2369 milliseconds