/external/opencv/otherlibs/highgui/ |
grfmt_tiff.cpp | 710 int bitsPerSample = 8; // TODO support 16 bit 770 bitsPerSample = m_strm.GetPos(); 790 TIFF_TYPE_SHORT, channels, bitsPerSample );
|
/cts/tests/tests/nativemedia/sl/src/ |
SLObjectCreationTest.cpp | 165 formatPcmSnk.bitsPerSample = SL_PCMSAMPLEFORMAT_FIXED_16; 216 pcm.bitsPerSample = SL_PCMSAMPLEFORMAT_FIXED_16;
|
/external/dng_sdk/source/ |
dng_ifd.cpp | 360 printf ("BitsPerSample:"); 379 ThrowBadFormat ("BitsPerSample out of bounds."); 415 ReportError ("BitsPerSample not constant"); [all...] |
dng_xmp.h | 278 uint32 bitsPerSample);
|
dng_xmp.cpp | [all...] |
/cts/tests/tests/media/libndkaudio/ |
AudioPlayer.cpp | 159 32, // bitsPerSample
|
AudioRecorder.cpp | 138 pcm.bitsPerSample = 32;
|
/external/opencv3/3rdparty/libtiff/ |
tif_thunder.c | 78 "Wrong bitspersample value (%d), Thunder decoder only supports 4bits per sample.",
|
/external/pdfium/third_party/libtiff/ |
tif_next.c | 155 TIFFErrorExt(tif->tif_clientdata, module, "Unsupported BitsPerSample = %d",
|
tif_thunder.c | 78 "Wrong bitspersample value (%d), Thunder decoder only supports 4bits per sample.",
|
/frameworks/wilhelm/src/ |
data.c | 426 if (pDataFormat->mPCM.bitsPerSample == 0 || 427 pDataFormat->mPCM.containerSize < pDataFormat->mPCM.bitsPerSample) { 431 SL_LOGE("%s: containerSize=%u, bitsPerSample=%u", name, 433 (unsigned) pDataFormat->mPCM.bitsPerSample); [all...] |
/cts/tests/tests/media/libaudiojni/ |
audio-record-native.cpp | 124 pcm.bitsPerSample = useFloat ? 126 pcm.containerSize = pcm.bitsPerSample;
|
audio-track-native.cpp | 111 pcm.bitsPerSample = useFloat ? 113 pcm.containerSize = pcm.bitsPerSample;
|
appendix-b-1-1-buffer-queue.cpp | 149 pcm.bitsPerSample = SL_PCMSAMPLEFORMAT_FIXED_16;
|
/frameworks/av/media/img_utils/include/img_utils/ |
TagDefinitions.h | 393 { // BitsPerSample 394 "BitsPerSample",
|
TiffWriter.h | 172 * - BitsPerSample
|
/frameworks/wilhelm/tests/examples/ |
slesTestSawtoothBufferQueue.cpp | 169 pcm.bitsPerSample = SL_PCMSAMPLEFORMAT_FIXED_16;
|
/frameworks/wilhelm/tests/sandbox/ |
intbufq.c | 115 pcm.bitsPerSample = SL_PCMSAMPLEFORMAT_FIXED_16;
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioUtil.cpp | 196 ALOGV("BitsPerSample Byte %d\n", bitrate[i]);
|
/frameworks/wilhelm/src/android/ |
AudioRecorder_to_android.cpp | 198 if (df_pcm->containerSize != df_pcm->bitsPerSample) { 201 df_pcm->containerSize, (SLuint32)df_pcm->bitsPerSample); 442 df_pcm->bitsPerSample,
|
/external/webrtc/webrtc/modules/media_file/ |
media_file_utility.cc | 257 uint32_t bitsPerSample, 263 codec_info_.rate = bitsPerSample * samplesPerSec; 281 codec_info_.pacsize = (bitsPerSample * (codec_info_.plfreq / 100)) / 8; [all...] |
media_file_utility.h | 184 uint32_t bitsPerSample,
|
/external/libvncserver/rfb/ |
rfbclient.h | 595 * @param bitsPerSample The number of bits in a sample 600 rfbClient* rfbGetClient(int bitsPerSample,int samplesPerPixel,int bytesPerPixel);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
FlatManifestWriterImpl.java | 162 qualityLevel.setAttribute("BitsPerSample", Integer.toString(aq.bitPerSample)); 226 //Index="0" Bitrate="103000" AudioTag="255" SamplingRate="44100" Channels="2" BitsPerSample="16" packetSize="4" CodecPrivateData=""
|
/development/ndk/platforms/android-21/include/SLES/ |
OpenSLES_Android.h | 52 SLuint32 bitsPerSample;
|