Home
last modified time | relevance | path

Searched refs:formatConvBuffer (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libswscale/
Dswscale_internal.h358 uint8_t *formatConvBuffer; member
Dutils.c1429 if (!FF_ALLOCZ_TYPED_ARRAY(c->formatConvBuffer, FFALIGN(srcW * 2 + 78, 16) * 2)) in sws_init_context()
2380 av_freep(&c->formatConvBuffer); in sws_freeContext()
Dswscale_unscaled.c1626 ((uint16_t*)c->formatConvBuffer)[j] = av_bswap16(((uint16_t*)srcPtr)[j]); in rgbToRgbWrapper()
1627 conv(c->formatConvBuffer, dstPtr, c->srcW * srcBpp); in rgbToRgbWrapper()