/third_party/ffmpeg/libswscale/ |
H A D | utils.c | 902 int srcRange, const int table[4], int dstRange, in sws_setColorspaceDetails() 913 srcRange, table, dstRange, in sws_setColorspaceDetails() 929 srcRange = 0; in sws_setColorspaceDetails() 931 if (c->srcRange != srcRange || in sws_setColorspaceDetails() 949 c->srcRange = srcRange; in sws_setColorspaceDetails() 961 return sws_setColorspaceDetails(c->cascaded_context[c->cascaded_mainindex],inv_table, srcRange,table, dstRange, brightness, contrast, saturation); in sws_setColorspaceDetails() 1018 srcRange, table, dstRange, in sws_setColorspaceDetails() 1026 c->cascaded_context[1]->srcRange 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 | 321 * @param srcRange flag indicating the while-black range of the input (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 | 60 { "src_range", "source is full range", OFFSET(srcRange), AV_OPT_TYPE_BOOL, { .i64 = DEFAULT }, 0, 1, VE },
|
H A D | swscale.c | 536 if (c->srcRange != c->dstRange && !isAnyRGB(c->dstFormat)) { in ff_sws_init_range_convert() 538 if (c->srcRange) { in ff_sws_init_range_convert() 546 if (c->srcRange) { in ff_sws_init_range_convert()
|
H A D | swscale_internal.h | 456 int srcRange; ///< 0 = MPG YUV range, 1 = JPG YUV range (source image). member
|
H A D | swscale_unscaled.c | 1814 int shiftonly = plane == 1 || plane == 2 || (!c->srcRange && plane == 0); in planarCopyWrapper()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 1188 public void test(String srcRange, String trgtRange, in test() argument 1191 test(srcRange, trgtRange, srcRange, rdtripExclusions, logger, legalSrc); in test() 1201 public void test(String srcRange, String trgtRange, String backtoSourceRange, in test() argument 1206 sourceRange = new UnicodeSet(srcRange); in test()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 1173 public void test(String srcRange, String trgtRange, in test() argument 1176 test(srcRange, trgtRange, srcRange, rdtripExclusions, logger, legalSrc); in test() 1186 public void test(String srcRange, String trgtRange, String backtoSourceRange, in test() argument 1191 sourceRange = new UnicodeSet(srcRange); in test()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | CommandBufferD3D12.cpp | 809 SubresourceRange srcRange = in RecordCommands() local 814 source->EnsureSubresourceContentInitialized(commandContext, srcRange); in RecordCommands() 832 srcRange); in RecordCommands() 836 ASSERT(srcRange.aspects == dstRange.aspects); in RecordCommands() 849 for (Aspect aspect : IterateEnumMask(srcRange.aspects)) { in RecordCommands() 872 for (Aspect aspect : IterateEnumMask(srcRange.aspects)) { in RecordCommands()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | CommandBufferVk.cpp | 640 SubresourceRange srcRange = GetSubresourcesAffectedByCopy(src, copy->copySize); in RecordCommands() local 644 ->EnsureSubresourceContentInitialized(recordingContext, srcRange); in RecordCommands() 666 srcRange); in RecordCommands()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.cpp | 2034 VkImageSubresourceRange srcRange = src->getSubresourceRange(); in resolveDepthStencil() local 2037 ASSERT(srcRange.layerCount == 1 && dstRange.layerCount == 1); in resolveDepthStencil() 2038 ASSERT(srcRange.aspectMask == dstRange.aspectMask); in resolveDepthStencil() 2040 if(srcRange.aspectMask & VK_IMAGE_ASPECT_DEPTH_BIT) in resolveDepthStencil() 2044 if(srcRange.aspectMask & VK_IMAGE_ASPECT_STENCIL_BIT) in resolveDepthStencil()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | CommandBufferGL.cpp | 806 SubresourceRange srcRange = GetSubresourcesAffectedByCopy(src, copy->copySize); in Execute() local 809 srcTexture->EnsureSubresourceContentInitialized(srcRange); in Execute()
|