Home
last modified time | relevance | path

Searched refs:pOut (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
DAudioFormatAdapter.h74 void process(const void * pIn, void * pOut, uint32_t numSamples) { in process() argument
83 reinterpret_cast<audio_sample_t *> (pOut), in process()
89 MixOutput(pOut, numSamplesIter); in process()
95 pOut = reinterpret_cast<audio_sample_t *> (pOut) in process()
100 ConvertOutput(pOut, nSamplesChannels); in process()
131 audio_sample_t * pOut = mBuffer; in ConvertInput() local
133 *(pOut++) = s15_to_audio_sample_t(*(pIn16++)); in ConvertInput()
146 void ConvertOutput(void *& pOut, uint32_t numSamples) { in ConvertOutput() argument
149 int16_t * pOut16 = reinterpret_cast<int16_t *>(pOut); in ConvertOutput()
161 pOut = pOut16; in ConvertOutput()
[all …]
DAudioEqualizer.cpp226 audio_sample_t * pOut, 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()
DAudioEqualizer.h185 void process(const audio_sample_t * pIn, audio_sample_t * pOut,
/frameworks/av/libvideoeditor/vss/src/
DM4AIR_API.c434 M4OSA_ERR M4AIR_get(M4OSA_Context pContext, M4VIFI_ImagePlane* pIn, M4VIFI_ImagePlane* pOut) in M4AIR_get() argument
507 pu8_data_out = pOut[i].pac_data + pOut[i].u_topleft; in M4AIR_get()
530 for(j=0;j<pOut[i].u_height;j++) in M4AIR_get()
534 pOut[i].u_width); in M4AIR_get()
537 pu8_data_out += pOut[i].u_stride; in M4AIR_get()
551 for(j=0;j<pOut[i].u_height;j++) in M4AIR_get()
554 for(k=0;k<pOut[i].u_width;k++) in M4AIR_get()
560 pu8_data_out += (pOut[i].u_stride - pOut[i].u_width); in M4AIR_get()
562 pu8_data_in += pOut[i].u_width + i32_tmp_offset; in M4AIR_get()
572 for(j=0;j<pOut[i].u_height;j++) in M4AIR_get()
[all …]
/frameworks/native/opengl/libs/ETC1/
Detc1.cpp167 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, in decode_subblock() argument
190 etc1_byte* q = pOut + 3 * (x + 4 * y); in decode_subblock()
200 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut) { in etc1_decode_block() argument
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped); in etc1_decode_block()
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped); in etc1_decode_block()
472 static void writeBigEndian(etc1_byte* pOut, etc1_uint32 d) { in writeBigEndian() argument
473 pOut[0] = (etc1_byte)(d >> 24); in writeBigEndian()
474 pOut[1] = (etc1_byte)(d >> 16); in writeBigEndian()
475 pOut[2] = (etc1_byte)(d >> 8); in writeBigEndian()
476 pOut[3] = (etc1_byte) d; in writeBigEndian()
[all …]
/frameworks/native/opengl/include/ETC1/
Detc1.h44 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);
68 etc1_uint32 pixelSize, etc1_uint32 stride, etc1_byte* pOut);
78 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut,
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Davcenc_lib.h460 uint8 *pOut, int predPitch, int blkwidth, int blkheight);
463 uint8 *pOut, int predPitch, int blkwidth, int blkheight);
466 uint8 *pOut, int predPitch, int blkwidth, int blkheight);
469 uint8 *pOut, int predPitch, int blkwidth, int blkheight);
472 uint8 *pOut, int predPitch, int blkwidth, int blkheight);
475 uint8 *pOut, int predPitch, int blkwidth, int blkheight);
478 uint8 *pOut, int predPitch, int blkwidth, int blkheight);
Dmotion_comp.cpp1834 uint8 *pOut, int predPitch, int blkwidth, int blkheight) in eChromaDiagonalMC_SIMD() argument
1882 out = pOut; in eChromaDiagonalMC_SIMD()
1919 pOut += 4; in eChromaDiagonalMC_SIMD()
1926 uint8 *pOut, int predPitch, int blkwidth, int blkheight) in eChromaHorizontalMC_SIMD() argument
1939 out = pOut; in eChromaHorizontalMC_SIMD()
1969 pOut += predPitch; in eChromaHorizontalMC_SIMD()
1975 uint8 *pOut, int predPitch, int blkwidth, int blkheight) in eChromaVerticalMC_SIMD() argument
1987 out = pOut; in eChromaVerticalMC_SIMD()
2011 pOut += 4; in eChromaVerticalMC_SIMD()
2018 uint8 *pOut, int predPitch, int blkwidth, int blkheight) in eChromaDiagonalMC2_SIMD() argument
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_decoder.c602 dpbOutPicture_t *pOut; in h264bsdNextOutputPicture() local
608 pOut = h264bsdDpbOutputPicture(pStorage->dpb); in h264bsdNextOutputPicture()
610 if (pOut != NULL) in h264bsdNextOutputPicture()
612 *picId = pOut->picId; in h264bsdNextOutputPicture()
613 *isIdrPic = pOut->isIdr; in h264bsdNextOutputPicture()
614 *numErrMbs = pOut->numErrMbs; in h264bsdNextOutputPicture()
615 return (pOut->data); in h264bsdNextOutputPicture()
DDecTestBench.c594 u8 *pOut, *pIn; in CropPicture() local
622 pOut = pOutImage; in CropPicture()
629 *pOut++ = *pIn++; in CropPicture()
646 *pOut++ = *pIn++; in CropPicture()
660 *pOut++ = *pIn++; in CropPicture()
DTestBenchMultipleInstance.c462 u8 *pOut, *pIn; in CropPicture() local
487 pOut = pOutImage; in CropPicture()
494 *pOut++ = *pIn++; in CropPicture()
510 *pOut++ = *pIn++; in CropPicture()
523 *pOut++ = *pIn++; in CropPicture()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.cpp2316 M4OSA_ERR M4AIR_get(M4OSA_Context pContext, M4VIFI_ImagePlane* pIn, M4VIFI_ImagePlane* pOut) in M4AIR_get() argument
2385 pu8_data_out = pOut[i].pac_data + pOut[i].u_topleft; in M4AIR_get()
2406 M4OSA_UInt32 loc_height = pOut[i].u_height; in M4AIR_get()
2407 M4OSA_UInt32 loc_width = pOut[i].u_width; in M4AIR_get()
2416 pu8_data_out += pOut[i].u_stride; in M4AIR_get()
2430 for(j=0;j<pOut[i].u_height;j++) in M4AIR_get()
2433 for(k=0;k<pOut[i].u_width;k++) in M4AIR_get()
2439 pu8_data_out += (pOut[i].u_stride - pOut[i].u_width); in M4AIR_get()
2441 pu8_data_in += pOut[i].u_width + i32_tmp_offset; in M4AIR_get()
2451 for(j=0;j<pOut[i].u_height;j++) in M4AIR_get()
[all …]
/frameworks/av/libvideoeditor/vss/common/inc/
DM4AIR_API.h180 M4OSA_ERR M4AIR_get(M4OSA_Context pContext, M4VIFI_ImagePlane* pIn, M4VIFI_ImagePlane* pOut);
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp420 bool RSCompilerDriver::build(RSScript &pScript, const char *pOut, in build() argument
433 Compiler::ErrorCode status = compileScript(pScript, pOut, pOut, pRuntimePath, in build()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSCompilerDriver.h107 bool build(RSScript &pScript, const char *pOut, const char *pRuntimePath);
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp412 LVM_INT16 *pOut, in process() argument
535 pOut[i] = clamp16((int32_t)pOut[i] + (int32_t)OutFrames16[i]); in process()
539 memcpy(pOut, OutFrames16, frameCount*sizeof(LVM_INT16)*2); in process()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp709 LVM_INT16 *pOut, in LvmBundle_process() argument
718 pOutTmp = pOut; in LvmBundle_process()
758 pOut[i] = clamp16((LVM_INT32)pOut[i] + (LVM_INT32)pOutTmp[i]); in LvmBundle_process()