/external/oboe/samples/iolib/src/main/cpp/player/ |
D | OneShotSampleSource.cpp | 38 for (int32_t frameIndex = 0; frameIndex < numWriteFrames; frameIndex++) { in mixAudio() local 44 for (int32_t frameIndex = 0; frameIndex < numWriteFrames; frameIndex++) { in mixAudio() local
|
/external/skia/third_party/libgifcodec/ |
D | SkLibGifCodec.cpp | 156 void SkLibGifCodec::initializeColorTable(const SkImageInfo& dstInfo, int frameIndex) { in initializeColorTable() 184 const int frameIndex = opts.fFrameIndex; in prepareToDecode() local 235 void SkLibGifCodec::initializeSwizzler(const SkImageInfo& dstInfo, int frameIndex) { in initializeSwizzler() 319 const int frameIndex = options.fFrameIndex; in onIncrementalDecode() local 331 const int frameIndex = opts.fFrameIndex; in decodeFrame() local 416 void SkLibGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, in haveDecodedRow()
|
D | SkGifImageReader.cpp | 452 bool SkGifImageReader::decode(int frameIndex, bool* frameComplete) in decode()
|
/external/skqp/src/codec/ |
D | SkGifCodec.cpp | 151 void SkGifCodec::initializeColorTable(const SkImageInfo& dstInfo, int frameIndex) { in initializeColorTable() 179 const int frameIndex = opts.fFrameIndex; in prepareToDecode() local 230 void SkGifCodec::initializeSwizzler(const SkImageInfo& dstInfo, int frameIndex) { in initializeSwizzler() 314 const int frameIndex = options.fFrameIndex; in onIncrementalDecode() local 326 const int frameIndex = opts.fFrameIndex; in decodeFrame() local 411 void SkGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, in haveDecodedRow()
|
D | SkWuffsCodec.cpp | 410 static bool independent_frame(SkCodec* codec, int frameIndex) { in independent_frame() 665 SkCodec::Result SkWuffsCodec::seekFrame(int frameIndex) { in seekFrame()
|
/external/angle/src/tests/perf_tests/ |
D | UniformsPerf.cpp | 386 size_t frameIndex = 0; in drawLoop() local 416 size_t uniform, size_t frameIndex) { in drawBenchmark() 427 size_t uniform, size_t frameIndex) { in drawBenchmark() 438 size_t uniform, size_t frameIndex) { in drawBenchmark() 449 size_t uniform, size_t frameIndex) { in drawBenchmark()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
D | vscode.py | 383 def get_stackFrame(self, frameIndex=0, threadId=None): argument 403 def get_scope_variables(self, scope_name, frameIndex=0, threadId=None): argument 427 def get_global_variables(self, frameIndex=0, threadId=None): argument 431 def get_local_variables(self, frameIndex=0, threadId=None): argument 435 def get_local_variable(self, name, frameIndex=0, threadId=None): argument 443 def get_local_variable_value(self, name, frameIndex=0, threadId=None): argument 575 def request_evaluate(self, expression, frameIndex=0, threadId=None): argument
|
D | lldbvscode_testcase.py | 170 def get_source_and_line(self, threadId=None, frameIndex=0): argument
|
/external/angle/util/ |
D | frame_capture_test_utils.h | 94 void replayFrame(uint32_t frameIndex) { callFunc<ReplayFrameFunc>("ReplayFrame", frameIndex); } in replayFrame() 102 const char *getSerializedContextState(uint32_t frameIndex) in getSerializedContextState()
|
/external/zstd/contrib/seekable_format/ |
D | zstdseek_decompress.c | 233 …gned long long ZSTD_seekable_getFrameCompressedOffset(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedOffset() 239 …ed long long ZSTD_seekable_getFrameDecompressedOffset(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedOffset() 245 size_t ZSTD_seekable_getFrameCompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameCompressedSize() 252 size_t ZSTD_seekable_getFrameDecompressedSize(ZSTD_seekable* const zs, unsigned frameIndex) in ZSTD_seekable_getFrameDecompressedSize() 462 …_t ZSTD_seekable_decompressFrame(ZSTD_seekable* zs, void* dst, size_t dstSize, unsigned frameIndex) in ZSTD_seekable_decompressFrame()
|
/external/skqp/gm/ |
D | animatedGif.cpp | 45 void drawFrame(SkCanvas* canvas, int frameIndex) { in drawFrame() 136 for (int frameIndex = 0; frameIndex < fTotalFrames; frameIndex++) { in onDraw() local
|
/external/skia/gm/ |
D | animated_gif.cpp | 41 void drawFrame(SkCanvas* canvas, int frameIndex) { in drawFrame() 130 for (int frameIndex = 0; frameIndex < fTotalFrames; frameIndex++) { in onDraw() local
|
/external/v4l2_codec2/common/ |
D | FormatConverter.cpp | 161 C2ConstGraphicBlock FormatConverter::convertBlock(uint64_t frameIndex, in convertBlock() 306 c2_status_t FormatConverter::returnBlock(uint64_t frameIndex) { in returnBlock()
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 182 uint32_t frameIndex; member 262 uint32_t frameIndex; member 296 uint32_t frameIndex; member 307 uint32_t frameIndex, in GetCaptureFileName() 319 uint32_t frameIndex, in GetCaptureFilePath() 1018 uint32_t frameIndex, in WriteCppReplayFunctionWithParts() 1082 uint32_t frameIndex, in WriteAuxiliaryContextCppSetupReplay() 1161 uint32_t frameIndex, in WriteWindowSurfaceContextCppReplay() 1310 uint32_t frameIndex, in WriteSharedContextCppReplay() 5431 for (uint32_t frameIndex = 1; frameIndex <= frameCount; ++frameIndex) in writeCppReplayIndexFiles() local [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 13461 void VmaRecorder::RecordCreateAllocator(uint32_t frameIndex) in RecordCreateAllocator() 13471 void VmaRecorder::RecordDestroyAllocator(uint32_t frameIndex) in RecordDestroyAllocator() 13481 void VmaRecorder::RecordCreatePool(uint32_t frameIndex, const VmaPoolCreateInfo& createInfo, VmaPoo… in RecordCreatePool() 13498 void VmaRecorder::RecordDestroyPool(uint32_t frameIndex, VmaPool pool) in RecordDestroyPool() 13509 void VmaRecorder::RecordAllocateMemory(uint32_t frameIndex, in RecordAllocateMemory() 13534 void VmaRecorder::RecordAllocateMemoryPages(uint32_t frameIndex, in RecordAllocateMemoryPages() 13560 void VmaRecorder::RecordAllocateMemoryForBuffer(uint32_t frameIndex, in RecordAllocateMemoryForBuffer() 13589 void VmaRecorder::RecordAllocateMemoryForImage(uint32_t frameIndex, in RecordAllocateMemoryForImage() 13618 void VmaRecorder::RecordFreeMemory(uint32_t frameIndex, in RecordFreeMemory() 13630 void VmaRecorder::RecordFreeMemoryPages(uint32_t frameIndex, in RecordFreeMemoryPages() [all …]
|
/external/skqp/third_party/gif/ |
D | SkGifImageReader.cpp | 422 bool SkGifImageReader::decode(int frameIndex, bool* frameComplete) in decode()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | StackTraceRecovery.kt | 196 private fun Array<StackTraceElement>.frameIndex(methodName: String) = indexOfFirst { methodName == … in artificialFrame() method
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 14919 void VmaRecorder::RecordCreateAllocator(uint32_t frameIndex) in RecordCreateAllocator() 14929 void VmaRecorder::RecordDestroyAllocator(uint32_t frameIndex) in RecordDestroyAllocator() 14939 void VmaRecorder::RecordCreatePool(uint32_t frameIndex, const VmaPoolCreateInfo& createInfo, VmaPoo… in RecordCreatePool() 14956 void VmaRecorder::RecordDestroyPool(uint32_t frameIndex, VmaPool pool) in RecordDestroyPool() 14967 void VmaRecorder::RecordAllocateMemory(uint32_t frameIndex, in RecordAllocateMemory() 14992 void VmaRecorder::RecordAllocateMemoryPages(uint32_t frameIndex, in RecordAllocateMemoryPages() 15018 void VmaRecorder::RecordAllocateMemoryForBuffer(uint32_t frameIndex, in RecordAllocateMemoryForBuffer() 15047 void VmaRecorder::RecordAllocateMemoryForImage(uint32_t frameIndex, in RecordAllocateMemoryForImage() 15076 void VmaRecorder::RecordFreeMemory(uint32_t frameIndex, in RecordFreeMemory() 15088 void VmaRecorder::RecordFreeMemoryPages(uint32_t frameIndex, in RecordFreeMemoryPages() [all …]
|
D | Tests.cpp | 4473 for(uint32_t frameIndex = 0; frameIndex < config.FrameCount; ++frameIndex) in TestPool_Benchmark() local 4624 for(uint32_t frameIndex = 0; frameIndex < config.FrameCount; ++frameIndex) in TestPool_Benchmark() local
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 14901 void VmaRecorder::RecordCreateAllocator(uint32_t frameIndex) in RecordCreateAllocator() 14911 void VmaRecorder::RecordDestroyAllocator(uint32_t frameIndex) in RecordDestroyAllocator() 14921 void VmaRecorder::RecordCreatePool(uint32_t frameIndex, const VmaPoolCreateInfo& createInfo, VmaPoo… in RecordCreatePool() 14938 void VmaRecorder::RecordDestroyPool(uint32_t frameIndex, VmaPool pool) in RecordDestroyPool() 14949 void VmaRecorder::RecordAllocateMemory(uint32_t frameIndex, in RecordAllocateMemory() 14974 void VmaRecorder::RecordAllocateMemoryPages(uint32_t frameIndex, in RecordAllocateMemoryPages() 15000 void VmaRecorder::RecordAllocateMemoryForBuffer(uint32_t frameIndex, in RecordAllocateMemoryForBuffer() 15029 void VmaRecorder::RecordAllocateMemoryForImage(uint32_t frameIndex, in RecordAllocateMemoryForImage() 15058 void VmaRecorder::RecordFreeMemory(uint32_t frameIndex, in RecordFreeMemory() 15070 void VmaRecorder::RecordFreeMemoryPages(uint32_t frameIndex, in RecordFreeMemoryPages() [all …]
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/ |
D | GifDrawable.java | 251 public void onFrameRead(int frameIndex) { in onFrameRead()
|
/external/oboe/apps/OboeTester/app/src/main/cpp/ |
D | NativeAudioContext.cpp | 275 for (int32_t frameIndex = 0; frameIndex < mRecording->getSizeInFrames(); frameIndex++) { in saveWaveFile() local
|
/external/v4l2_codec2/components/ |
D | V4L2DecodeComponent.cpp | 39 int32_t frameIndexToBitstreamId(c2_cntr64_t frameIndex) { in frameIndexToBitstreamId()
|
/external/skia/src/codec/ |
D | SkWuffsCodec.cpp | 832 SkCodec::Result SkWuffsCodec::seekFrame(WhichDecoder which, int frameIndex) { in seekFrame()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 8241 void VmaAllocator_T::SetCurrentFrameIndex(uint32_t frameIndex) in SetCurrentFrameIndex() 8620 uint32_t frameIndex) in vmaSetCurrentFrameIndex()
|