Searched refs:buffer2 (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.h113 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2);
130 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_UInt16 rgbColorData);
134 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_Int32 lum_factor);
H A DVideoEditorTools.cpp3022 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2) {
3047 planeOut[0].pac_data = (M4VIFI_UInt8*)buffer2;
3048 planeOut[1].pac_data = (M4VIFI_UInt8*)(buffer2 +
3051 planeOut[2].pac_data = (M4VIFI_UInt8*)(buffer2 +
3208 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_UInt16 rgbColorData) {
3228 if(NULL != buffer2) {
3229 free(buffer2);
3230 buffer2 = NULL;
3236 swapImagePlanes(planeIn, planeOut, buffer1, buffer2);
3243 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_Int3
3020 swapImagePlanes( M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2) argument
3206 applyColorEffect(M4xVSS_VideoEffectType colorEffect, M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_UInt16 rgbColorData) argument
3241 applyLumaEffect(M4VSS3GPP_VideoEffectType videoEffect, M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_Int32 lum_factor) argument
[all...]
/frameworks/ex/variablespeed/jni/
H A Dsola_time_scaler.h55 // @param buffer2 pointer to interleaved input samples
59 virtual int Correlate(const float* buffer1, const float* buffer2,
H A Dsola_time_scaler.cc32 int SolaAnalyzer::Correlate(const float* buffer1, const float* buffer2, argument
40 score += ((bit_cast<int32>(*buffer1++) ^ bit_cast<int32>(*buffer2++)) >= 0)
/frameworks/base/core/tests/coretests/src/android/os/
H A DMemoryFileTest.java32 private void compareBuffers(byte[] buffer1, byte[] buffer2, int length) throws Exception { argument
34 if (buffer1[i] != buffer2[i]) {
/frameworks/av/media/mtp/
H A DMtpDevice.cpp608 char buffer1[16384], buffer2[16384]; local
610 mRequestIn2->buffer = buffer2;
709 char buffer1[16384], buffer2[16384]; local
711 mRequestIn2->buffer = buffer2;

Completed in 138 milliseconds