/external/webrtc/webrtc/common_video/libyuv/ |
libyuv_unittest.cc | 27 const uint8_t* tmp_buffer = buffer; local 31 printf("%d ", tmp_buffer[k++]); 33 tmp_buffer += stride;
|
/external/boringssl/src/crypto/ec/ |
ec_asn1.c | 448 uint8_t *tmp_buffer = OPENSSL_realloc(buffer, tmp_len); local 449 if (!tmp_buffer) { 453 buffer = tmp_buffer;
|
/external/e2fsprogs/ext2ed/ |
general_com.c | 495 char *ptr,buffer [80],tmp_buffer [80]; local 507 sprintf (tmp_buffer,"show");dispatch (tmp_buffer); 521 sprintf (tmp_buffer,"show");dispatch (tmp_buffer);
|
/external/libxml2/ |
parserInternals.c | 2018 xmlParserNodeInfo *tmp_buffer; local [all...] |
/hardware/intel/img/psb_video/src/ |
psb_texture.c | 373 unsigned char* tmp_buffer; local 387 tmp_buffer = NULL; 388 tmp_buffer = wsbmBOMap(surface_subpic->bo, WSBM_ACCESS_READ | WSBM_ACCESS_WRITE); 389 if (NULL == tmp_buffer) { 395 tmp = *(tmp_buffer + j); 397 *(tmp_buffer + j) = 0; 401 tmp_buffer, 467 unsigned char* tmp_buffer; local 487 tmp_buffer = NULL; 488 tmp_buffer = wsbmBOMap(psb_surface->buf.drm_buf, WSBM_ACCESS_READ | WSBM_ACCESS_WRITE) [all...] |
/external/webp/src/enc/ |
picture_csp.c | 437 fixed_y_t* const tmp_buffer = SAFE_ALLOC(w * 3, 2, fixed_y_t); // scratch local 453 tmp_buffer == NULL) { 463 fixed_y_t* const src1 = tmp_buffer; 464 fixed_y_t* const src2 = tmp_buffer + 3 * w; 494 fixed_y_t* const src1 = tmp_buffer; 495 fixed_y_t* const src2 = tmp_buffer + 3 * w; 557 WebPSafeFree(tmp_buffer); [all...] |