Searched defs:bitsPerSample (Results 1 - 17 of 17) sorted by relevance

/external/aac/libSYS/include/
H A Dwav_file.h150 USHORT bitsPerSample; member in struct:WAV_HEADER
202 * \param bitsPerSample Desired number of bits per audio sample of the resulting WAV file.
206 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample);
/external/libvncserver/libvncclient/
H A Dvncviewer.c139 rfbClient* rfbGetClient(int bitsPerSample,int samplesPerPixel, argument
165 client->format.depth = bitsPerSample*samplesPerPixel;
178 client->format.redMax = (1 << bitsPerSample) - 1;
179 client->format.greenMax = (1 << bitsPerSample) - 1;
180 client->format.blueMax = (1 << bitsPerSample) - 1;
183 client->format.greenShift = bitsPerSample;
184 client->format.blueShift = bitsPerSample * 2;
187 client->format.redShift = bitsPerSample*2;
188 client->format.greenShift = bitsPerSample*1;
191 client->format.redShift = bitsPerSample*
[all...]
/external/aac/libSYS/src/
H A Dwav_file.cpp166 FDKfread_EL(&(wav->header.bitsPerSample), 2, 1, wav->fp);
270 if (nBits == wav->header.bitsPerSample) {
271 result = FDKfread_EL(buffer, wav->header.bitsPerSample >> 3, numSamples, wav->fp) ;
277 result += FDKfread_EL(&tmp, wav->header.bitsPerSample >> 3, 1, wav->fp) ;
280 if ( !IS_LITTLE_ENDIAN() && wav->header.bitsPerSample != 24 && wav->header.bitsPerSample < 32) {
281 tmp >>= (32-wav->header.bitsPerSample);
285 if (wav->header.bitsPerSample > nBits)
286 tmp >>= (wav->header.bitsPerSample-nBits);
288 tmp <<= (nBits-wav->header.bitsPerSample);
385 WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample) argument
[all...]
/external/libvncserver/examples/
H A Dmac.c452 int bitsPerSample=CGDisplayBitsPerSample(kCGDirectMainDisplay); local
456 bitsPerSample,
460 rfbScreen->serverFormat.redShift = bitsPerSample*2;
461 rfbScreen->serverFormat.greenShift = bitsPerSample*1;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp710 int bitsPerSample = 8; // TODO support 16 bit local
770 bitsPerSample = m_strm.GetPos();
790 TIFF_TYPE_SHORT, channels, bitsPerSample );
/external/webrtc/webrtc/modules/media_file/
H A Dmedia_file_utility.cc257 uint32_t bitsPerSample,
263 codec_info_.rate = bitsPerSample * samplesPerSec;
281 codec_info_.pacsize = (bitsPerSample * (codec_info_.plfreq / 100)) / 8;
255 InitWavCodec(uint32_t samplesPerSec, size_t channels, uint32_t bitsPerSample, uint32_t formatTag) argument
/external/libvncserver/libvncserver/
H A Dmain.c768 static void rfbInitServerFormat(rfbScreenInfoPtr screen, int bitsPerSample) argument
788 format->redMax = (1 << bitsPerSample) - 1;
789 format->greenMax = (1 << bitsPerSample) - 1;
790 format->blueMax = (1 << bitsPerSample) - 1;
793 format->greenShift = bitsPerSample;
794 format->blueShift = bitsPerSample * 2;
797 format->redShift = bitsPerSample*2;
798 format->greenShift = bitsPerSample*1;
801 format->redShift = bitsPerSample*3;
802 format->greenShift = bitsPerSample*
809 rfbGetScreen(int* argc,char** argv, int width,int height,int bitsPerSample,int samplesPerPixel, int bytesPerPixel) argument
940 rfbNewFramebuffer(rfbScreenInfoPtr screen, char *framebuffer, int width, int height, int bitsPerSample, int samplesPerPixel, int bytesPerPixel) argument
[all...]
/external/dng_sdk/source/
H A Ddng_xmp.cpp4281 uint32 bitsPerSample)
4288 sprintf (s, "%u", (unsigned) bitsPerSample);
4280 SetSampleInfo(uint32 samplesPerPixel, uint32 bitsPerSample) argument
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.c233 EAS_U16 bitsPerSample; member in struct:__anon17415
1017 if (p->bitsPerSample == 8)
1028 if (p->bitsPerSample == 16)
1216 if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->bitsPerSample, EAS_FALSE)) != EAS_SUCCESS)
1219 if ((p->bitsPerSample != 8) && (p->bitsPerSample != 16))
1221 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unsupported DLS bits-per-sample %d\n", p->bitsPerSample); */ }
1261 if (pWsmp->bitsPerSample == 8)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 252 milliseconds