/third_party/ffmpeg/libswscale/ |
H A D | utils.c | 766 static void fill_rgb2yuv_table(SwsContext *c, const int table[4], int dstRange) in fill_rgb2yuv_table() argument 815 dstRange = 0; //FIXME range = 1 is handled elsewhere in fill_rgb2yuv_table() 817 if (!dstRange) { in fill_rgb2yuv_table() 845 if(/*!dstRange && */!memcmp(table, ff_yuv2rgb_coeffs[SWS_CS_DEFAULT], sizeof(ff_yuv2rgb_coeffs[SWS_CS_DEFAULT]))) { in fill_rgb2yuv_table() 902 int srcRange, const int table[4], int dstRange, in sws_setColorspaceDetails() 913 srcRange, table, dstRange, in sws_setColorspaceDetails() 927 dstRange = 0; in sws_setColorspaceDetails() 932 c->dstRange != dstRange || in sws_setColorspaceDetails() 950 c->dstRange in sws_setColorspaceDetails() 901 sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4], int srcRange, const int table[4], int dstRange, int brightness, int contrast, int saturation) sws_setColorspaceDetails() argument 1058 sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, int *srcRange, int **table, int *dstRange, int *brightness, int *contrast, int *saturation) sws_getColorspaceDetails() argument [all...] |
H A D | swscale.h | 320 * @param dstRange flag indicating the while-black range of the output (1=jpeg / 0=mpeg) 334 int srcRange, const int table[4], int dstRange, 345 int *srcRange, int **table, int *dstRange,
|
H A D | options.c | 61 { "dst_range", "destination is full range", OFFSET(dstRange), AV_OPT_TYPE_BOOL, { .i64 = DEFAULT }, 0, 1, VE },
|
H A D | swscale_internal.h | 457 int dstRange; ///< 0 = MPG YUV range, 1 = JPG YUV range (destination image). member
|
H A D | swscale.c | 536 if (c->srcRange != c->dstRange && !isAnyRGB(c->dstFormat)) { in ff_sws_init_range_convert()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | CommandBufferD3D12.cpp | 811 SubresourceRange dstRange = in RecordCommands() local 817 destination->SetIsSubresourceContentInitialized(true, dstRange); in RecordCommands() 819 destination->EnsureSubresourceContentInitialized(commandContext, dstRange); in RecordCommands() 834 wgpu::TextureUsage::CopyDst, dstRange); in RecordCommands() 836 ASSERT(srcRange.aspects == dstRange.aspects); in RecordCommands()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | CommandBufferVk.cpp | 641 SubresourceRange dstRange = GetSubresourcesAffectedByCopy(dst, copy->copySize); in RecordCommands() local 648 dst.texture->SetIsSubresourceContentInitialized(true, dstRange); in RecordCommands() 651 ->EnsureSubresourceContentInitialized(recordingContext, dstRange); in RecordCommands() 669 dstRange); in RecordCommands()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | CommandBufferGL.cpp | 807 SubresourceRange dstRange = GetSubresourcesAffectedByCopy(dst, copy->copySize); in Execute() local 811 dstTexture->SetIsSubresourceContentInitialized(true, dstRange); in Execute() 813 dstTexture->EnsureSubresourceContentInitialized(dstRange); in Execute()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.cpp | 2035 VkImageSubresourceRange dstRange = src->getSubresourceRange(); in resolveDepthStencil() local 2037 ASSERT(srcRange.layerCount == 1 && dstRange.layerCount == 1); in resolveDepthStencil() 2038 ASSERT(srcRange.aspectMask == dstRange.aspectMask); in resolveDepthStencil()
|