/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/e2fsprogs/ext2ed/ |
general_com.c | 496 char *ptr,buffer [80],tmp_buffer [80]; local 508 sprintf (tmp_buffer,"show");dispatch (tmp_buffer); 522 sprintf (tmp_buffer,"show");dispatch (tmp_buffer);
|
/external/libxml2/ |
parserInternals.c | 2022 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/deqp/external/openglcts/modules/gl/ |
gl4cDirectStateAccessBuffersTests.cpp | 4510 glw::GLuint tmp_buffer = too_much_buffers.top(); local 4720 glw::GLuint tmp_buffer = too_much_buffers.top(); local [all...] |
gl3cTransformFeedbackTests.cpp | 868 glw::GLchar tmp_buffer[256]; local 874 gl.getTransformFeedbackVarying(m_program_id_with_output, transform_feedback_varyings, sizeof(tmp_buffer), NULL, 875 &tmp_size, &tmp_type, tmp_buffer); [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
r600_query.c | 1379 struct pipe_resource *tmp_buffer = NULL; local [all...] |
/external/webp/src/enc/ |
picture_csp_enc.c | 449 fixed_y_t* const tmp_buffer = SAFE_ALLOC(w * 3, 2, fixed_y_t); // scratch local 466 tmp_buffer == NULL) { 478 fixed_y_t* const src1 = tmp_buffer + 0 * w; 479 fixed_y_t* const src2 = tmp_buffer + 3 * w; 516 fixed_y_t* const src1 = tmp_buffer + 0 * w; 517 fixed_y_t* const src2 = tmp_buffer + 3 * w; 555 WebPSafeFree(tmp_buffer); [all...] |