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

  /external/webrtc/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.cc 143 AudioStreamBasicDescription streamFormat;
145 memset(&streamFormat, 0, size);
147 _outputDeviceID, &propertyAddress, 0, NULL, &size, &streamFormat));
149 _noOutputChannels = streamFormat.mChannelsPerFrame;
192 AudioStreamBasicDescription streamFormat;
194 memset(&streamFormat, 0, size);
196 _inputDeviceID, &propertyAddress, 0, NULL, &size, &streamFormat));
198 _noInputChannels = streamFormat.mChannelsPerFrame;
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/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.cpp 149 * @streamFormat : stream format
161 cam_format_t streamFormat,
192 rc = pStream->init(streamType, streamFormat, streamDim, streamRotation,
632 cam_format_t streamFormat;
643 streamFormat = CAM_FORMAT_YUV_420_NV12_UBWC;
645 streamFormat = CAM_FORMAT_YUV_420_NV12_VENUS;
648 streamFormat = CAM_FORMAT_YUV_420_NV12_VENUS;
662 streamFormat = CAM_FORMAT_YUV_420_NV12_UBWC;
664 streamFormat = CAM_FORMAT_YUV_420_NV12_VENUS;
668 streamFormat = CAM_FORMAT_YUV_420_NV12_VENUS
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Channel.cpp 153 * @streamFormat : stream format
165 cam_format_t streamFormat,
197 rc = pStream->init(streamType, streamFormat, streamDim, streamRotation,
662 cam_format_t streamFormat;
679 streamFormat = CAM_FORMAT_YUV_420_NV12_UBWC;
683 streamFormat = PREVIEW_STREAM_FORMAT;
688 streamFormat = PREVIEW_STREAM_FORMAT;
707 streamFormat = CAM_FORMAT_YUV_420_NV12_UBWC;
709 streamFormat = CAM_FORMAT_YUV_420_NV12_VENUS;
713 streamFormat = CAM_FORMAT_YUV_420_NV12_VENUS
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 751 milliseconds