HomeSort by relevance Sort by last modified time
    Searched refs:get_format (Results 1 - 22 of 22) sorted by null

  /frameworks/av/media/libnbaio/
AudioStreamInSource.cpp 45 audio_format_t streamFormat = mStream->common.get_format(&mStream->common);
AudioStreamOutSink.cpp 42 audio_format_t streamFormat = mStream->common.get_format(&mStream->common);
  /hardware/libhardware/include/hardware/
audio.h 160 audio_format_t (*get_format)(const struct audio_stream *stream); member in struct:audio_stream
300 switch (s->get_format(s)) {
  /hardware/libhardware/modules/audio/
audio_hw.c 235 out->stream.common.get_format = out_get_format;
344 in->stream.common.get_format = in_get_format;
  /hardware/msm7k/libcopybit/
copybit.cpp 120 static int get_format(int format) { function
139 img->format = get_format(rhs->format);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 134 int get_format(const char* name);
aplay.c 612 format = get_format(optarg);
arec.c 566 format = (int)get_format(optarg);
alsa_pcm.c 153 int get_format(const char* name) function
  /device/generic/goldfish/audio/
audio_hw.c 404 out->stream.common.get_format = out_get_format;
556 in->stream.common.get_format = in_get_format;
  /hardware/qcom/display/libcopybit/
copybit.cpp 123 static int get_format(int format) { function
150 img->format = get_format(rhs->format);
copybit_c2d.cpp 255 static int get_format(int format) { function
289 default: return get_format(halFormat);
501 c2d_format = get_format(rhs->format);
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 265 out->stream.common.get_format = out_get_format;
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 811 out->stream.common.get_format = out_get_format;
996 in->stream.common.get_format = in_get_format;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 535 out->stream.common.get_format = out_get_format;
696 in->stream.common.get_format = in_get_format;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 516 out->stream.common.get_format = out_get_format;
579 in->stream.common.get_format = in_get_format;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 585 out->stream.common.get_format = out_get_format;
650 in->stream.common.get_format = in_get_format;
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /device/samsung/manta/audio/
audio_hw.c     [all...]
  /device/ti/panda/audio/
audio_hw.c     [all...]
  /device/samsung/tuna/audio/
audio_hw.c     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 271 milliseconds