Home
last modified time | relevance | path

Searched refs:buffer1 (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
3045 if(planeOut[0].pac_data == (M4VIFI_UInt8*)buffer1) in swapImagePlanes()
3057 planeOut[0].pac_data = (M4VIFI_UInt8*)buffer1; in swapImagePlanes()
3058 planeOut[1].pac_data = (M4VIFI_UInt8*)(buffer1 + in swapImagePlanes()
3061 planeOut[2].pac_data = (M4VIFI_UInt8*)(buffer1 + in swapImagePlanes()
3208 M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_UInt16 rgbColorData) { in applyColorEffect() argument
3224 if(NULL != buffer1) { in applyColorEffect()
3225 free(buffer1); in applyColorEffect()
3226 buffer1 = NULL; in applyColorEffect()
3236 swapImagePlanes(planeIn, planeOut, buffer1, buffer2); in applyColorEffect()
[all …]
/frameworks/av/media/mtp/
DMtpDevice.cpp608 char buffer1[16384], buffer2[16384]; in readObject() local
609 mRequestIn1->buffer = buffer1; in readObject()
618 req->buffer_length = (remaining > sizeof(buffer1) ? sizeof(buffer1) : remaining); in readObject()
709 char buffer1[16384], buffer2[16384]; in readObject() local
710 mRequestIn1->buffer = buffer1; in readObject()
719 req->buffer_length = (remaining > sizeof(buffer1) ? sizeof(buffer1) : remaining); in readObject()
/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()