Home
last modified time | relevance | path

Searched refs:bitsPerSample (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
H A DWaveFileWriter.h84 bitsPerSample = bits; in setBitsPerSample()
88 return bitsPerSample; in getBitsPerSample()
145 int32_t bitsPerSample = 16; member in WaveFileWriter
H A DWaveFileWriter.cpp23 if (bitsPerSample == 24) { in write()
49 int32_t bytesPerSample = (bitsPerSample + 7) / 8; in writeFormatChunk()
63 writeShortLittle((int16_t) bitsPerSample); in writeFormatChunk()
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DOpenSLESUtilities.cpp72 format_pcm_ex.bitsPerSample = format.bitsPerSample; in OpenSLES_createExtendedFormat()
H A DAudioInputStreamOpenSLES.cpp97 SLuint32 bitsPerSample = static_cast<SLuint32>(getBytesPerSample() * kBitsPerByte); in open()
109 bitsPerSample, // bitsPerSample in open()
110 bitsPerSample, // containerSize; in open()
H A DAudioOutputStreamOpenSLES.cpp140 SLuint32 bitsPerSample = static_cast<SLuint32>(getBytesPerSample() * kBitsPerByte); in open() local
152 bitsPerSample, // bitsPerSample in open()
153 bitsPerSample, // containerSize; in open()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp.h278 uint32 bitsPerSample);
H A Ddng_xmp.cpp4281 uint32 bitsPerSample) in SetSampleInfo()
4288 sprintf (s, "%u", (unsigned) bitsPerSample); in SetSampleInfo()
4280 SetSampleInfo(uint32 samplesPerPixel, uint32 bitsPerSample) SetSampleInfo() argument
/third_party/ffmpeg/libavformat/
H A Dvapoursynth.c156 c->depth != vsf->bitsPerSample) in match_pixfmt()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp341 const unsigned bitsPerSample = GetUi16(buf + 0x22); in Parse_WAV() local
342 if ((bitsPerSample & 0x7) != 0) in Parse_WAV()
344 const UInt32 delta = (UInt32)numChannels * (bitsPerSample >> 3); in Parse_WAV()
/third_party/openSLES/api/1.1/
H A DOpenSLES.h386 SLuint32 bitsPerSample; member
397 SLuint32 bitsPerSample; member
2533 SLuint32 bitsPerSample; member
/third_party/backends/backend/
H A Depsonds.c2475 SANE_Byte bitsPerSample, in swapPixel1()
2479 SANE_Int pixelBits = bitsPerSample * samplesPerPixel; in swapPixel1()
2495 SANE_Byte bitsPerSample, in swapPixel8()
2499 SANE_Int pixelBytes = samplesPerPixel * bitsPerSample / 8; in swapPixel8()
2515 SANE_Byte bitsPerSample, in swapPixel()
2519 if (bitsPerSample == 1) { in swapPixel()
2520 swapPixel1(x1, y1, x2, y2, bytes, bitsPerSample, samplesPerPixel, bytesPerRow); in swapPixel()
2521 }else if(bitsPerSample == 8 || bitsPerSample == 16){ in swapPixel()
2522 swapPixel8(x1, y1, x2, y2, bytes, bitsPerSample, samplesPerPixe in swapPixel()
2470 swapPixel1(SANE_Int x1, SANE_Int y1, SANE_Int x2, SANE_Int y2, SANE_Byte* bytes, SANE_Byte bitsPerSample, SANE_Int samplesPerPixel, SANE_Int bytesPerRow) swapPixel1() argument
2490 swapPixel8(SANE_Int x1, SANE_Int y1, SANE_Int x2, SANE_Int y2, SANE_Byte* bytes, SANE_Byte bitsPerSample, SANE_Int samplesPerPixel, SANE_Int bytesPerRow) swapPixel8() argument
2510 swapPixel(SANE_Int x1, SANE_Int y1, SANE_Int x2, SANE_Int y2, SANE_Byte* bytes, SANE_Byte bitsPerSample, SANE_Int samplesPerPixel, SANE_Int bytesPerRow) swapPixel() argument
[all...]
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h360 SLuint32 bitsPerSample; member
2337 SLuint32 bitsPerSample; member
/third_party/openSLES/api/1.0/
H A DOpenSLES.h359 SLuint32 bitsPerSample; member
2331 SLuint32 bitsPerSample; member

Completed in 34 milliseconds