/frameworks/av/media/libeffects/testlibs/ |
D | AudioFormatAdapter.h | 74 void process(const void * pIn, void * pOut, uint32_t numSamples) { in process() argument 82 reinterpret_cast<const audio_sample_t *> (pIn), in process() 87 reinterpret_cast<const audio_sample_t *> (pIn), in process() 93 pIn = reinterpret_cast<const audio_sample_t *> (pIn) in process() 98 ConvertInput(pIn, nSamplesChannels); in process() 128 void ConvertInput(const void *& pIn, uint32_t numSamples) { in ConvertInput() argument 130 const int16_t * pIn16 = reinterpret_cast<const int16_t *>(pIn); in ConvertInput() 135 pIn = pIn16; in ConvertInput() 148 const audio_sample_t * pIn = mBuffer; in ConvertOutput() local 152 *(pOut16++) = audio_sample_t_to_s15_clip(*(pIn++)); in ConvertOutput() [all …]
|
D | AudioEqualizer.cpp | 225 void AudioEqualizer::process(const audio_sample_t * pIn, in process() argument 229 mpLowShelf->process(pIn, pOut, frameCount); in process() 231 mpPeakingFilters[i].process(pIn, pOut, frameCount); in process() 233 mpHighShelf->process(pIn, pOut, frameCount); in process()
|
D | AudioEqualizer.h | 185 void process(const audio_sample_t * pIn, audio_sample_t * pOut,
|
/frameworks/native/opengl/libs/ETC1/ |
D | etc1.cpp | 200 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut) { in etc1_decode_block() argument 201 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; in etc1_decode_block() 202 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; in etc1_decode_block() 247 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask, in etc_average_colors_subblock() argument 263 const etc1_byte* p = pIn + i * 3; in etc_average_colors_subblock() 280 const etc1_byte* p = pIn + i * 3; in etc_average_colors_subblock() 299 const etc1_byte* pIn, etc1_uint32 *pLow, int bitIndex, in chooseModifier() argument 303 int pixelR = pIn[0]; in chooseModifier() 304 int pixelG = pIn[1]; in chooseModifier() 305 int pixelB = pIn[2]; in chooseModifier() [all …]
|
/frameworks/native/opengl/include/ETC1/ |
D | etc1.h | 44 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut); 54 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut); 67 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height, 78 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | DecTestBench.c | 594 u8 *pOut, *pIn; in CropPicture() local 620 pIn = pInImage + pCropParams->cropTopOffset*picWidth + in CropPicture() 629 *pOut++ = *pIn++; in CropPicture() 631 pIn += picWidth - outWidth; in CropPicture() 638 pIn = pInImage + picWidth*picHeight + in CropPicture() 646 *pOut++ = *pIn++; in CropPicture() 648 pIn += picWidth/2 - outWidth; in CropPicture() 652 pIn = pInImage + 5*picWidth*picHeight/4 + in CropPicture() 660 *pOut++ = *pIn++; in CropPicture() 662 pIn += picWidth/2 - outWidth; in CropPicture()
|
D | TestBenchMultipleInstance.c | 465 u8 *pOut, *pIn; in CropPicture() local 488 pIn = pInImage + pCropParams->cropTopOffset*picWidth + in CropPicture() 497 *pOut++ = *pIn++; in CropPicture() 499 pIn += picWidth - outWidth; in CropPicture() 505 pIn = pInImage + picWidth*picHeight + in CropPicture() 513 *pOut++ = *pIn++; in CropPicture() 515 pIn += picWidth/2 - outWidth; in CropPicture() 518 pIn = pInImage + 5*picWidth*picHeight/4 + in CropPicture() 526 *pOut++ = *pIn++; in CropPicture() 528 pIn += picWidth/2 - outWidth; in CropPicture()
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_Process.c | 185 LVM_INT32 *pIn; in ReverbBlock() local 219 pIn = pInput; in ReverbBlock() 231 pIn = pTemp; in ReverbBlock() 234 Mult3s_32x16(pIn, in ReverbBlock()
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | TonemapCurve.java | 196 final float pIn = curve[index * POINT_SIZE + OFFSET_POINT_IN]; in getPoint() local 199 return new PointF(pIn, pOut); in getPoint()
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
D | EffectReverb.cpp | 413 int process( LVM_INT16 *pIn, in process() argument 440 fwrite(pIn, frameCount*sizeof(LVM_INT16)*samplesPerFrame, 1, pContext->PcmInPtr); in process() 453 pContext->InFrames32[i] = (LVM_INT32)pIn[i]<<8; in process() 458 pContext->InFrames32[2*i] = (pIn[2*i] * REVERB_SEND_LEVEL) >> 4; // <<8 + >>12 in process() 459 pContext->InFrames32[2*i+1] = (pIn[2*i+1] * REVERB_SEND_LEVEL) >> 4; // <<8 + >>12 in process() 488 OutFrames16[i] = clamp16((pContext->OutFrames32[i]>>8) + (LVM_INT32)pIn[i]); in process()
|
/frameworks/compile/mclinker/lib/Support/ |
D | Directory.cpp | 197 DirIterator DirIterator::operator++(int pIn) { in operator ++() argument
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 714 int LvmBundle_process(LVM_INT16 *pIn, in LvmBundle_process() argument 744 fwrite(pIn, frameCount*sizeof(LVM_INT16)*2, 1, pContext->pBundledContext->PcmInPtr); in LvmBundle_process() 752 pIn, /* Input buffer */ in LvmBundle_process()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 2195 void* pIn = NULL; in nIncAllocationCreateTyped() local 2198 pIn = dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0, in nIncAllocationCreateTyped() 2220 (uintptr_t)pIn, requiredAlignment); in nIncAllocationCreateTyped()
|