Home
last modified time | relevance | path

Searched defs:frameIndex (Results 1 – 21 of 21) sorted by relevance

/external/skqp/src/codec/
DSkGifCodec.cpp151 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()
DSkWuffsCodec.cpp410 static bool independent_frame(SkCodec* codec, int frameIndex) { in independent_frame()
665 SkCodec::Result SkWuffsCodec::seekFrame(int frameIndex) { in seekFrame()
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp149 void SkLibGifCodec::initializeColorTable(const SkImageInfo& dstInfo, int frameIndex) { in initializeColorTable()
177 const int frameIndex = opts.fFrameIndex; in prepareToDecode() local
228 void SkLibGifCodec::initializeSwizzler(const SkImageInfo& dstInfo, int frameIndex) { in initializeSwizzler()
312 const int frameIndex = options.fFrameIndex; in onIncrementalDecode() local
324 const int frameIndex = opts.fFrameIndex; in decodeFrame() local
409 void SkLibGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, in haveDecodedRow()
DSkGifImageReader.cpp452 bool SkGifImageReader::decode(int frameIndex, bool* frameComplete) in decode()
/external/angle/src/tests/perf_tests/
DUniformsPerf.cpp391 size_t frameIndex = 0; in drawLoop() local
421 size_t uniform, size_t frameIndex) { in drawBenchmark()
432 size_t uniform, size_t frameIndex) { in drawBenchmark()
443 size_t uniform, size_t frameIndex) { in drawBenchmark()
454 size_t uniform, size_t frameIndex) { in drawBenchmark()
/external/oss-fuzz/projects/libavif/
Davif_decode_fuzzer.cc35 int frameIndex = 0; in LLVMFuzzerTestOneInput() local
/external/skia/gm/
Danimated_gif.cpp41 void drawFrame(SkCanvas* canvas, int frameIndex) { in drawFrame()
130 for (int frameIndex = 0; frameIndex < fTotalFrames; frameIndex++) { in onDraw() local
/external/skqp/gm/
DanimatedGif.cpp45 void drawFrame(SkCanvas* canvas, int frameIndex) { in drawFrame()
136 for (int frameIndex = 0; frameIndex < fTotalFrames; frameIndex++) { in onDraw() local
/external/v4l2_codec2/common/
DFormatConverter.cpp164 C2ConstGraphicBlock FormatConverter::convertBlock(uint64_t frameIndex, in convertBlock()
316 c2_status_t FormatConverter::returnBlock(uint64_t frameIndex) { in returnBlock()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h13461 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/angle/third_party/VulkanMemoryAllocator/src/
Dvk_mem_alloc.h14580 void VmaRecorder::RecordCreateAllocator(uint32_t frameIndex) in RecordCreateAllocator()
14590 void VmaRecorder::RecordDestroyAllocator(uint32_t frameIndex) in RecordDestroyAllocator()
14600 void VmaRecorder::RecordCreatePool(uint32_t frameIndex, const VmaPoolCreateInfo& createInfo, VmaPoo… in RecordCreatePool()
14617 void VmaRecorder::RecordDestroyPool(uint32_t frameIndex, VmaPool pool) in RecordDestroyPool()
14628 void VmaRecorder::RecordAllocateMemory(uint32_t frameIndex, in RecordAllocateMemory()
14653 void VmaRecorder::RecordAllocateMemoryPages(uint32_t frameIndex, in RecordAllocateMemoryPages()
14679 void VmaRecorder::RecordAllocateMemoryForBuffer(uint32_t frameIndex, in RecordAllocateMemoryForBuffer()
14708 void VmaRecorder::RecordAllocateMemoryForImage(uint32_t frameIndex, in RecordAllocateMemoryForImage()
14737 void VmaRecorder::RecordFreeMemory(uint32_t frameIndex, in RecordFreeMemory()
14749 void VmaRecorder::RecordFreeMemoryPages(uint32_t frameIndex, in RecordFreeMemoryPages()
[all …]
DTests.cpp4473 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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DStackTraceRecovery.kt191 private fun Array<StackTraceElement>.frameIndex(methodName: String) = indexOfFirst { methodName == … in artificialFrame() method
/external/skqp/third_party/gif/
DSkGifImageReader.cpp422 bool SkGifImageReader::decode(int frameIndex, bool* frameComplete) in decode()
/external/angle/src/libANGLE/
DFrameCapture.cpp201 uint32_t frameIndex; member
212 uint32_t frameIndex, in GetCaptureFileName()
224 uint32_t frameIndex, in GetCaptureFilePath()
741 uint32_t frameIndex, in WriteCppReplay()
879 for (uint32_t frameIndex = frameStart; frameIndex < frameEnd; ++frameIndex) in WriteCppReplayIndexFiles() local
988 for (uint32_t frameIndex = frameStart; frameIndex < frameEnd; ++frameIndex) in WriteCppReplayIndexFiles() local
1123 for (uint32_t frameIndex = frameStart; frameIndex <= frameEnd; ++frameIndex) in WriteCppReplayIndexFiles() local
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
DGifDrawable.java251 public void onFrameRead(int frameIndex) { in onFrameRead()
/external/v4l2_codec2/components/
DV4L2DecodeComponent.cpp39 int32_t frameIndexToBitstreamId(c2_cntr64_t frameIndex) { in frameIndexToBitstreamId()
/external/skia/src/codec/
DSkWuffsCodec.cpp872 SkCodec::Result SkWuffsCodec::seekFrame(WhichDecoder which, int frameIndex) { in seekFrame()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h8241 void VmaAllocator_T::SetCurrentFrameIndex(uint32_t frameIndex) in SetCurrentFrameIndex()
8620 uint32_t frameIndex) in vmaSetCurrentFrameIndex()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h8241 void VmaAllocator_T::SetCurrentFrameIndex(uint32_t frameIndex) in SetCurrentFrameIndex()
8620 uint32_t frameIndex) in vmaSetCurrentFrameIndex()
/external/angle/third_party/VulkanMemoryAllocator/src/VmaReplay/
DVmaReplay.cpp1770 uint32_t frameIndex; in ExecuteLine() local