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

12

/hardware/libhardware/include/hardware/
H A Daudio.h197 audio_format_t (*get_format)(const struct audio_stream *stream); member in struct:audio_stream
464 audio_format_t format = s->get_format(s);
480 audio_format_t format = s->common.get_format(&s->common);
496 audio_format_t format = s->common.get_format(&s->common);
/hardware/libhardware/modules/audio/
H A Daudio_hw.c312 out->stream.common.get_format = out_get_format;
439 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);
/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/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c604 out->stream.common.get_format = out_get_format;
987 in->stream.common.get_format = in_get_format;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c548 out->stream.common.get_format = out_get_format;
954 in->stream.common.get_format = in_get_format;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp520 out->stream.common.get_format = out_get_format;
586 in->stream.common.get_format = in_get_format;
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp586 out->stream.common.get_format = out_get_format;
654 in->stream.common.get_format = in_get_format;
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.cpp125 static int get_format(int format) { function
156 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp257 static int get_format(int format) { function
289 default: return get_format(halFormat);
507 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.cpp125 static int get_format(int format) { function
156 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp257 static int get_format(int format) { function
291 default: return get_format(halFormat);
513 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit.cpp131 static int get_format(int format) { function
162 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp256 static int get_format(int format) { function
290 default: return get_format(halFormat);
512 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit.cpp126 static int get_format(int format) { function
159 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp256 static int get_format(int format) { function
292 default: return get_format(halFormat);
516 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit.cpp131 static int get_format(int format) { function
165 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp259 static int get_format(int format) { function
295 default: return get_format(halFormat);
514 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit.cpp131 static int get_format(int format) { function
165 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp259 static int get_format(int format) { function
295 default: return get_format(halFormat);
514 c2d_format = get_format(rhs->format);
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp1383 out->stream.common.get_format = out_get_format;
1622 in->stream.common.get_format = in_get_format;
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c728 out->stream.common.get_format = out_get_format;

Completed in 222 milliseconds

12