Searched refs:tmpFormat (Results 1 – 1 of 1) sorted by relevance
| /third_party/ffmpeg/libswscale/ |
| D | utils.c | 1546 … enum AVPixelFormat tmpFormat = isBayer16BPS(srcFormat) ? AV_PIX_FMT_RGB48 : AV_PIX_FMT_RGB24; in sws_init_context() local 1549 srcW, srcH, tmpFormat, 64); in sws_init_context() 1554 srcW, srcH, tmpFormat, in sws_init_context() 1559 c->cascaded_context[1] = sws_getContext(srcW, srcH, tmpFormat, in sws_init_context() 1582 enum AVPixelFormat tmpFormat = alphaless_fmt(srcFormat); in sws_init_context() local 1584 if (tmpFormat != AV_PIX_FMT_NONE && c->alphablend != SWS_ALPHA_BLEND_NONE) { in sws_init_context() 1586 dstFormat != tmpFormat || in sws_init_context() 1592 srcW, srcH, tmpFormat, 64); in sws_init_context() 1597 srcW, srcH, tmpFormat, in sws_init_context() 1606 c->cascaded_context[1] = sws_alloc_set_opts(srcW, srcH, tmpFormat, in sws_init_context() [all …]
|