Searched defs:buffer1 (Results 1 - 4 of 4) sorted by relevance

/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/ex/variablespeed/jni/
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/av/media/mtp/
H A DMtpDevice.cpp608 char buffer1[16384], buffer2[16384]; local
609 mRequestIn1->buffer = buffer1;
618 req->buffer_length = (remaining > sizeof(buffer1) ? sizeof(buffer1) : remaining);
709 char buffer1[16384], buffer2[16384]; local
710 mRequestIn1->buffer = buffer1;
719 req->buffer_length = (remaining > sizeof(buffer1) ? sizeof(buffer1) : remaining);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp3022 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2) {
3045 if(planeOut[0].pac_data == (M4VIFI_UInt8*)buffer1)
3057 planeOut[0].pac_data = (M4VIFI_UInt8*)buffer1;
3058 planeOut[1].pac_data = (M4VIFI_UInt8*)(buffer1 +
3061 planeOut[2].pac_data = (M4VIFI_UInt8*)(buffer1 +
3208 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_UInt16 rgbColorData) {
3224 if(NULL != buffer1) {
3225 free(buffer1);
3226 buffer1 = NULL;
3236 swapImagePlanes(planeIn, planeOut, buffer1, buffer
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...]

Completed in 196 milliseconds