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

  /frameworks/av/media/libaaudio/examples/input_monitor/src/
input_monitor.cpp 105 case AAUDIO_FORMAT_PCM_FLOAT:
133 } else if (actualDataFormat == AAUDIO_FORMAT_PCM_FLOAT) {
152 } else if (actualDataFormat == AAUDIO_FORMAT_PCM_FLOAT) {
  /frameworks/av/media/libaaudio/examples/write_sine/src/
write_sine.cpp 94 if (actualDataFormat == AAUDIO_FORMAT_PCM_FLOAT) {
123 if (actualDataFormat == AAUDIO_FORMAT_PCM_FLOAT) {
139 if (actualDataFormat == AAUDIO_FORMAT_PCM_FLOAT) {
  /frameworks/av/media/libaaudio/tests/
test_recovery.cpp 39 aaudio_format_t actualDataFormat = AAUDIO_FORMAT_PCM_FLOAT;
59 AAudioStreamBuilder_setFormat(aaudioBuilder, AAUDIO_FORMAT_PCM_FLOAT);
test_interference.cpp 42 } else if (format == AAUDIO_FORMAT_PCM_FLOAT) {
test_bad_disconnect.cpp 72 AAudioStreamBuilder_setFormat(s_AudioEngine.builder, AAUDIO_FORMAT_PCM_FLOAT);
test_open_params.cpp 122 AAUDIO_FORMAT_PCM_I16, AAUDIO_FORMAT_PCM_FLOAT};
test_aaudio_monkey.cpp 187 case AAUDIO_FORMAT_PCM_FLOAT: {
test_timestamps.cpp 118 aaudio_format_t actualDataFormat = AAUDIO_FORMAT_PCM_FLOAT;
  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.cpp 47 case AAUDIO_FORMAT_PCM_FLOAT:
309 if (source.format == AAUDIO_FORMAT_PCM_FLOAT) {
310 if (destination.format == AAUDIO_FORMAT_PCM_FLOAT) {
334 if (destination.format == AAUDIO_FORMAT_PCM_FLOAT) {
370 if (source.format == AAUDIO_FORMAT_PCM_FLOAT) {
371 if (destination.format == AAUDIO_FORMAT_PCM_FLOAT) {
397 if (destination.format == AAUDIO_FORMAT_PCM_FLOAT) {
519 case AAUDIO_FORMAT_PCM_FLOAT:
537 aaudioFormat = AAUDIO_FORMAT_PCM_FLOAT;
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternalCapture.cpp 182 && getFormat() == AAUDIO_FORMAT_PCM_FLOAT) {
188 } else if (getDeviceFormat() == AAUDIO_FORMAT_PCM_FLOAT
AudioStreamInternal.cpp 96 setFormat(AAUDIO_FORMAT_PCM_FLOAT);
99 request.getConfiguration().setFormat(AAUDIO_FORMAT_PCM_FLOAT);
  /frameworks/av/media/libaaudio/src/core/
AAudioStreamParameters.cpp 85 case AAUDIO_FORMAT_PCM_FLOAT:
  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamRecord.cpp 85 setFormat(AAUDIO_FORMAT_PCM_FLOAT);
102 if (getFormat() == AAUDIO_FORMAT_PCM_FLOAT
218 && getFormat() == AAUDIO_FORMAT_PCM_FLOAT) {
  /cts/tests/tests/nativemedia/aaudio/jni/
test_aaudio_misc.cpp 35 static_assert(2 == AAUDIO_FORMAT_PCM_FLOAT, ENUM_CANNOT_CHANGE);
test_aaudio_stream_builder.cpp 166 case AAUDIO_FORMAT_PCM_FLOAT:
184 AAUDIO_FORMAT_UNSPECIFIED, AAUDIO_FORMAT_PCM_I16, AAUDIO_FORMAT_PCM_FLOAT,
test_aaudio_callback.cpp 232 } else if (AAudioStream_getFormat(stream) == AAUDIO_FORMAT_PCM_FLOAT) {
  /frameworks/av/services/oboeservice/
AAudioServiceStreamShared.cpp 140 setFormat(AAUDIO_FORMAT_PCM_FLOAT);
141 } else if (getFormat() != AAUDIO_FORMAT_PCM_FLOAT) {
AAudioServiceEndpointMMAP.cpp 115 if (aaudioFormat == AAUDIO_UNSPECIFIED || aaudioFormat == AAUDIO_FORMAT_PCM_FLOAT) {
  /frameworks/av/media/libaaudio/examples/utils/
AAudioSimpleRecorder.h 278 case AAUDIO_FORMAT_PCM_FLOAT: {
AAudioSimplePlayer.h 358 case AAUDIO_FORMAT_PCM_FLOAT: {
  /frameworks/av/media/libaaudio/include/aaudio/
AAudio.h 78 AAUDIO_FORMAT_PCM_FLOAT
524 * @param format common formats are AAUDIO_FORMAT_PCM_FLOAT and AAUDIO_FORMAT_PCM_I16.
    [all...]
  /frameworks/av/media/libaaudio/examples/loopback/src/
loopback.cpp 97 } else if (myData->actualInputFormat == AAUDIO_FORMAT_PCM_FLOAT) {
443 if (actualOutputFormat != AAUDIO_FORMAT_PCM_FLOAT) {
444 fprintf(stderr, "ERROR - only AAUDIO_FORMAT_PCM_FLOAT supported\n");

Completed in 559 milliseconds