Searched refs:buffer0 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Dcipher_driver.c292 uint8_t buffer0[buflen], buffer1[buflen], *current, *end; local
306 buffer0[j] = buffer1[j] = 0;
314 status = cipher_encrypt(c, buffer0, &buflen);
349 if (buffer0[j] != buffer1[j]) {
353 printf("expected: %s\n", octet_string_hex_string(buffer0, buflen));
/external/srtp/crypto/test/
H A Dcipher_driver.c263 uint8_t buffer0[buflen], buffer1[buflen], *current, *end; local
277 buffer0[j] = buffer1[j] = 0;
285 status = cipher_encrypt(c, buffer0, &buflen);
320 if (buffer0[j] != buffer1[j]) {
324 printf("expected: %s\n", octet_string_hex_string(buffer0, buflen));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp892 ComPtr<IDXGISurface> buffer0; member in struct:GalliumDXGISwapChain
1033 buffer0.reset(new_buffer0.steal());
1094 if(!buffer0)
1265 if(!buffer0)
1271 return buffer0->QueryInterface(riid, ppSurface);
1309 if(buffer0)
1311 buffer0.p->AddRef();
1312 ULONG v = buffer0.p->Release();
1313 // we must fail if there are any references to buffer0 other than ours
1317 buffer0
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp892 ComPtr<IDXGISurface> buffer0; member in struct:GalliumDXGISwapChain
1033 buffer0.reset(new_buffer0.steal());
1094 if(!buffer0)
1265 if(!buffer0)
1271 return buffer0->QueryInterface(riid, ppSurface);
1309 if(buffer0)
1311 buffer0.p->AddRef();
1312 ULONG v = buffer0.p->Release();
1313 // we must fail if there are any references to buffer0 other than ours
1317 buffer0
[all...]
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp227 CvSize src_size, const float* smooth_k, float* buffer0 )
231 float* buffer1 = buffer0 + src_width;
245 buffer0[x] = t0; buffer1[x] = t1;
250 float t0 = buffer0[x+2] - buffer0[x];

Completed in 190 milliseconds