Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/lvpp/
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);
DVideoEditorTools.cpp3022 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2) { in swapImagePlanes() argument
3047 planeOut[0].pac_data = (M4VIFI_UInt8*)buffer2; in swapImagePlanes()
3048 planeOut[1].pac_data = (M4VIFI_UInt8*)(buffer2 + in swapImagePlanes()
3051 planeOut[2].pac_data = (M4VIFI_UInt8*)(buffer2 + in swapImagePlanes()
3208 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_UInt16 rgbColorData) { in applyColorEffect() argument
3228 if(NULL != buffer2) { in applyColorEffect()
3229 free(buffer2); in applyColorEffect()
3230 buffer2 = NULL; in applyColorEffect()
3236 swapImagePlanes(planeIn, planeOut, buffer1, buffer2); in applyColorEffect()
3243 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_Int32 lum_factor) { in applyLumaEffect() argument
[all …]
/frameworks/base/core/tests/coretests/src/android/os/
DMemoryFileTest.java32 private void compareBuffers(byte[] buffer1, byte[] buffer2, int length) throws Exception { in compareBuffers() argument
34 if (buffer1[i] != buffer2[i]) { in compareBuffers()
/frameworks/ex/variablespeed/jni/
Dsola_time_scaler.h59 virtual int Correlate(const float* buffer1, const float* buffer2,
Dsola_time_scaler.cc32 int SolaAnalyzer::Correlate(const float* buffer1, const float* buffer2, in Correlate() argument
40 score += ((bit_cast<int32>(*buffer1++) ^ bit_cast<int32>(*buffer2++)) >= 0) in Correlate()
/frameworks/av/media/mtp/
DMtpDevice.cpp608 char buffer1[16384], buffer2[16384]; in readObject() local
610 mRequestIn2->buffer = buffer2; in readObject()
709 char buffer1[16384], buffer2[16384]; in readObject() local
711 mRequestIn2->buffer = buffer2; in readObject()