Searched refs:tempSrc (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_internal.h | 140 uint8_t *tempSrc; member
|
H A D | postprocess_template.c | 3329 uint8_t * const tempSrc= srcStride > 0 ? c.tempSrc : c.tempSrc - 23*srcStride; in postProcess() local 3484 linecpy(tempSrc + srcStride*copyAhead, srcBlock + srcStride*copyAhead, in postProcess() 3489 memcpy(tempSrc + srcStride*i, src + srcStride*(height-1), FFABS(srcStride)); in postProcess() 3499 srcBlock= tempSrc; in postProcess()
|
H A D | postprocess.c | 836 reallocAlign((void **)&c->tempSrc, stride*24); in reallocBuffers() 905 av_free(c->tempSrc); in pp_free_context()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A 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/ |
H A D | nucnvtst.c | 4347 const char* tempSrc = cSource; 4370 if(*ctarget != *tempSrc){ 4371 log_err("j915[%d] Expected : \\x%02X \t Got: \\x%02X\n", (int)(ctarget-cTarget), *ctarget,(int)*tempSrc) ; 4374 ++tempSrc;
|
Completed in 20 milliseconds