Home
last modified time | relevance | path

Searched defs:dstRange (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libswscale/
Dutils.c737 static void fill_rgb2yuv_table(SwsContext *c, const int table[4], int dstRange) in fill_rgb2yuv_table()
873 int srcRange, const int table[4], int dstRange, in sws_setColorspaceDetails()
1008 int *srcRange, int **table, int *dstRange, in sws_getColorspaceDetails()
Dswscale_internal.h425 int dstRange; ///< 0 = MPG YUV range, 1 = JPG YUV range (destination image). member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp641 SubresourceRange dstRange = GetSubresourcesAffectedByCopy(dst, copy->copySize); in RecordCommands() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp807 SubresourceRange dstRange = GetSubresourcesAffectedByCopy(dst, copy->copySize); in Execute() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp811 SubresourceRange dstRange = in RecordCommands() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp2035 VkImageSubresourceRange dstRange = src->getSubresourceRange(); in resolveDepthStencil() local