/third_party/gstreamer/gstplugins_bad/ext/x265/ |
D | gstx265enc.c | 1044 output->payload = g_malloc (input->sizeBytes - 4); in gst_x265_enc_bytestream_to_nal() 1045 output->sizeBytes = input->sizeBytes - 4; in gst_x265_enc_bytestream_to_nal() 1049 for (i = 4, j = 0; i < input->sizeBytes; (i++, j++)) { in gst_x265_enc_bytestream_to_nal() 1055 output->sizeBytes--; in gst_x265_enc_bytestream_to_nal() 1102 GST_MEMDUMP ("VPS", vps_nal->payload, vps_nal->sizeBytes); in gst_x265_enc_set_level_tier_and_profile() 1105 vps_nal->payload + 6, vps_nal->sizeBytes - 6); in gst_x265_enc_set_level_tier_and_profile() 1178 header_size += nal[i].sizeBytes; in gst_x265_enc_get_header_buffer() 1181 header_size += nal[i].sizeBytes; in gst_x265_enc_get_header_buffer() 1184 header_size += nal[i].sizeBytes; in gst_x265_enc_get_header_buffer() 1186 header_size += nal[i].sizeBytes; in gst_x265_enc_get_header_buffer() [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | image_cache.dart | 129 _currentSizeBytes -= image.sizeBytes; 203 _currentSizeBytes -= image.sizeBytes; 213 _CachedImage(this.completer, this.sizeBytes); 216 final int sizeBytes;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 508 VkDeviceSize sizeBytes = sizeInBlocks[0] * sizeInBlocks[1] * sizeInBlocks[2] * blockBytes; in getCompressedImageSizeInBytes() local 510 return sizeBytes; in getCompressedImageSizeInBytes() 516 const VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageSizeInBytes() local 518 return sizeBytes; in getUncompressedImageSizeInBytes()
|
D | vktImageTranscodingSupportTests.cpp | 495 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageData() local 497 data.resize((size_t)sizeBytes); in getUncompressedImageData() 500 return sizeBytes; in getUncompressedImageData()
|
D | vktImageCompressionTranscodingSupport.cpp | 1979 VkDeviceSize sizeBytes = getCompressedImageSizeInBytes(format, size); in getCompressedImageData() local 1981 data.resize((size_t)sizeBytes); in getCompressedImageData() 1984 return sizeBytes; in getCompressedImageData() 1994 VkDeviceSize sizeBytes = getImageSizeBytes(sizeAsIVec3, format); in getUncompressedImageData() local 1996 data.resize((size_t)sizeBytes); in getUncompressedImageData() 1999 return sizeBytes; in getUncompressedImageData()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
D | Decode.java | 354 int sizeBytes = BitReader.readFewBits(s, 2); in decodeMetaBlockLength() local 355 if (sizeBytes == 0) { in decodeMetaBlockLength() 358 for (int i = 0; i < sizeBytes; i++) { in decodeMetaBlockLength() 361 if (bits == 0 && i + 1 == sizeBytes && sizeBytes > 1) { in decodeMetaBlockLength()
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
D | Decode.cs | 80 int sizeBytes = Org.Brotli.Dec.BitReader.ReadBits(br, 2); in DecodeMetaBlockLength() 81 if (sizeBytes == 0) in DecodeMetaBlockLength() 85 for (int i = 0; i < sizeBytes; i++) in DecodeMetaBlockLength() 88 if (bits == 0 && i + 1 == sizeBytes && sizeBytes > 1) in DecodeMetaBlockLength()
|
/third_party/ffmpeg/libavcodec/ |
D | libx265.c | 532 payload += nal[i].sizeBytes; in libx265_encode_frame() 542 memcpy(dst, nal[i].payload, nal[i].sizeBytes); in libx265_encode_frame() 543 dst += nal[i].sizeBytes; in libx265_encode_frame()
|
/third_party/skia/third_party/externals/brotli/js/ |
D | decode.js | 246 var /** number */ sizeBytes = readFewBits(s, 2); 247 if (sizeBytes == 0) { 250 for (var /** number */ i = 0; i < sizeBytes; i++) { 256 if (bits == 0 && i + 1 == sizeBytes && sizeBytes > 1) {
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsLongStressCase.cpp | 635 void setSubData (const void* src, int offsetBytes, int sizeBytes, deUint32 target) const; 641 …int getApproxMemUsageDiff (const int sizeBytes) const { return sizeBytes - getApproxMemUsage()… in getApproxMemUsageDiff() 673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const d… in setSubData() argument 676 glBufferSubData(target, offsetBytes, sizeBytes, src); in setSubData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmWorkgroupMemoryTests.cpp | 52 deUint32 sizeBytes; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 324 VkExtent3D get2DImageExtentWithSize (const VkDeviceSize sizeBytes, const deUint32 pixelSize) in get2DImageExtentWithSize() argument 326 const deUint32 size = static_cast<deUint32>(sizeBytes / pixelSize); in get2DImageExtentWithSize()
|