Home
last modified time | relevance | path

Searched refs:dstRange (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libswscale/
H A Dutils.c766 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 Dswscale.h320 * @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 Doptions.c61 { "dst_range", "destination is full range", OFFSET(dstRange), AV_OPT_TYPE_BOOL, { .i64 = DEFAULT }, 0, 1, VE },
H A Dswscale_internal.h457 int dstRange; ///< 0 = MPG YUV range, 1 = JPG YUV range (destination image). member
H A Dswscale.c536 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 DCommandBufferD3D12.cpp811 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 DCommandBufferVk.cpp641 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 DCommandBufferGL.cpp807 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 DBlitter.cpp2035 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()

Completed in 18 milliseconds