Searched refs:buffer1 (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorTools.h | 113 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);
|
D | VideoEditorTools.cpp | 3022 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/ |
D | MtpDevice.cpp | 608 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/ |
D | MemoryFileTest.java | 32 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/ |
D | sola_time_scaler.h | 59 virtual int Correlate(const float* buffer1, const float* buffer2,
|
D | sola_time_scaler.cc | 32 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()
|