Searched refs:dstRange (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libswscale/ |
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() 902 int srcRange, const int table[4], int dstRange, in sws_setColorspaceDetails() argument 913 srcRange, table, dstRange, in sws_setColorspaceDetails() 927 dstRange = 0; in sws_setColorspaceDetails() 932 c->dstRange != dstRange || in sws_setColorspaceDetails() 950 c->dstRange = dstRange; in sws_setColorspaceDetails() 961 …s(c->cascaded_context[c->cascaded_mainindex],inv_table, srcRange,table, dstRange, brightness, con… in sws_setColorspaceDetails() 1018 srcRange, table, dstRange, in sws_setColorspaceDetails() [all …]
|
D | swscale.h | 334 int srcRange, const int table[4], int dstRange, 345 int *srcRange, int **table, int *dstRange,
|
D | options.c | 61 …{ "dst_range", "destination is full range", OFFSET(dstRange), AV_OPT_TYPE_BOOL, { .i6…
|
D | swscale_internal.h | 457 int dstRange; ///< 0 = MPG YUV range, 1 = JPG YUV range (destination image). member
|
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/ |
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/ |
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/ |
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/ |
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()
|