Home
last modified time | relevance | path

Searched refs:tempSrc (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libpostproc/
Dpostprocess_internal.h140 uint8_t *tempSrc; member
Dpostprocess_template.c3329 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()
Dpostprocess.c855 reallocAlign((void **)&c->tempSrc, stride*24); in reallocBuffers()
924 av_free(c->tempSrc); in pp_free_context()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2651 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/
Dnucnvtst.c4346 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;