Searched refs:desc_dst (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libswscale/tests/ |
H A D | swscale.c | 90 const AVPixFmtDescriptor *desc_dst = av_pix_fmt_desc_get(dstFormat); in doTest() local 172 desc_src->name, desc_dst->name); in doTest() 179 desc_dst->name, dstW, dstH, in doTest() 210 desc_dst->name, in doTest() 266 const AVPixFmtDescriptor *desc_src, *desc_dst; in selfTest() local 285 desc_dst = av_pix_fmt_desc_get(dstFormat); in selfTest() 287 printf("%s -> %s\n", desc_src->name, desc_dst->name); in selfTest()
|
/third_party/ffmpeg/libswscale/ |
H A D | utils.c | 905 const AVPixFmtDescriptor *desc_dst; in sws_setColorspaceDetails() local 923 desc_dst = av_pix_fmt_desc_get(c->dstFormat); in sws_setColorspaceDetails() 957 c->dstFormatBpp = av_get_bits_per_pixel(desc_dst); in sws_setColorspaceDetails() 1308 const AVPixFmtDescriptor *desc_dst; in sws_init_context() local 1344 desc_dst = av_pix_fmt_desc_get(dstFormat); in sws_init_context() 1363 av_assert2(desc_src && desc_dst); in sws_init_context() 1413 c->dstFormatBpp = av_get_bits_per_pixel(desc_dst); in sws_init_context() 1563 c->dstBpc = desc_dst->comp[0].depth; in sws_init_context()
|
H A D | swscale_unscaled.c | 1587 const AVPixFmtDescriptor *desc_dst = av_pix_fmt_desc_get(c->dstFormat); in rgbToRgbWrapper() local 1599 int dst_bswap = IS_NOT_NE(c->dstFormatBpp, desc_dst); in rgbToRgbWrapper() 1806 const AVPixFmtDescriptor *desc_dst = av_pix_fmt_desc_get(c->dstFormat); in planarCopyWrapper() local 1821 plane == 3, desc_dst->comp[plane].depth, in planarCopyWrapper() 1832 const int dst_depth = desc_dst->comp[plane].depth; in planarCopyWrapper()
|
Completed in 8 milliseconds