Searched refs:tempSrc (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libpostproc/ |
D | postprocess_internal.h | 140 uint8_t *tempSrc; member
|
D | postprocess_template.c | 3329 uint8_t * const tempSrc= srcStride > 0 ? c.tempSrc : c.tempSrc - 23*srcStride; in RENAME() local 3484 linecpy(tempSrc + srcStride*copyAhead, srcBlock + srcStride*copyAhead, in RENAME() 3489 memcpy(tempSrc + srcStride*i, src + srcStride*(height-1), FFABS(srcStride)); in RENAME() 3499 srcBlock= tempSrc; in RENAME()
|
D | postprocess.c | 855 reallocAlign((void **)&c->tempSrc, stride*24); in reallocBuffers() 924 av_free(c->tempSrc); in pp_free_context()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 2651 GLfloat *tempSrc = in fallback_copy_texsubimage() local 2654 if (tempSrc) { in fallback_copy_texsubimage() 2677 tempSrc); in fallback_copy_texsubimage() 2691 GL_RGBA, GL_FLOAT, tempSrc, /* src */ in fallback_copy_texsubimage() 2698 free(tempSrc); in fallback_copy_texsubimage()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 4346 const char* tempSrc = cSource; 4369 if(*ctarget != *tempSrc){ 4370 …("j915[%d] Expected : \\x%02X \t Got: \\x%02X\n", (int)(ctarget-cTarget), *ctarget,(int)*tempSrc) ; 4373 ++tempSrc;
|