HomeSort by relevance Sort by last modified time
    Searched defs:streamFormat (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /frameworks/av/media/libnbaio/
AudioStreamInSource.cpp 45 audio_format_t streamFormat = mStream->common.get_format(&mStream->common);
50 audio_channel_count_from_in_mask(channelMask), streamFormat);
AudioStreamOutSink.cpp 42 audio_format_t streamFormat = mStream->common.get_format(&mStream->common);
47 audio_channel_count_from_out_mask(channelMask), streamFormat);
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.cc 156 AudioStreamBasicDescription streamFormat;
158 memset(&streamFormat, 0, size);
160 &propertyAddress, 0, NULL, &size, &streamFormat));
162 _noOutputChannels = streamFormat.mChannelsPerFrame;
209 AudioStreamBasicDescription streamFormat;
211 memset(&streamFormat, 0, size);
213 &propertyAddress, 0, NULL, &size, &streamFormat));
215 _noInputChannels = streamFormat.mChannelsPerFrame;
    [all...]
audio_device_mac.cc     [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 119 AudioStreamBasicDescription streamFormat;
491 streamFormat.mSampleRate = sampleRate;
493 streamFormat.mSampleRate = pConfig->sampleRate;
495 streamFormat.mFormatID = kAudioFormatLinearPCM;
496 streamFormat.mFormatFlags = kLinearPCMFormatFlagIsSignedInteger
501 streamFormat.mBytesPerPacket = 2;
502 streamFormat.mFramesPerPacket = 1;
503 streamFormat.mBytesPerFrame = 2;
504 streamFormat.mChannelsPerFrame = 2;
505 streamFormat.mBitsPerChannel = 16
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp 190 cam_format_t streamFormat,
216 rc = pStream->init(streamType, streamFormat, streamDim, NULL, minStreamBufNum,
580 cam_format_t streamFormat;
592 streamFormat = CAM_FORMAT_YUV_420_NV12;
595 streamFormat = CAM_FORMAT_YUV_420_NV21;
602 streamFormat = CAM_FORMAT_YUV_420_NV21;
606 streamFormat = CAM_FORMAT_YUV_420_NV21;
626 rc = QCamera3Channel::addStream(streamType, streamFormat, streamDim,
944 cam_format_t streamFormat;
961 streamFormat = CAM_FORMAT_YUV_420_NV21
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 188 cam_format_t streamFormat,
214 rc = pStream->init(streamType, streamFormat, streamDim, NULL, minStreamBufNum,
482 cam_format_t streamFormat;
505 streamFormat = CAM_FORMAT_YUV_420_NV12;
507 streamFormat = CAM_FORMAT_YUV_420_NV21;
511 streamFormat = CAM_FORMAT_YUV_420_NV21;
514 streamFormat = CAM_FORMAT_YUV_420_NV21;
519 streamFormat = CAM_FORMAT_BAYER_QCOM_RAW_10BPP_GBRG;
531 streamFormat,
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 208 cam_format_t streamFormat,
236 rc = pStream->init(streamType, streamFormat, streamDim, NULL, minStreamBufNum,
594 cam_format_t streamFormat;
620 streamFormat = VIDEO_FORMAT;
622 streamFormat = PREVIEW_FORMAT;
626 streamFormat = DEFAULT_FORMAT;
629 streamFormat = CALLBACK_FORMAT;
635 streamFormat = RAW_FORMAT;
646 streamFormat,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 253 OMX_U32 streamFormat ; /* Signals the type of stream generated with Call-back*/
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 2841 milliseconds

1 2 3 4