Home
last modified time | relevance | path

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

12

/external/oboe/samples/iolib/src/main/cpp/player/
DOneShotSampleSource.cpp38 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/
DSkLibGifCodec.cpp156 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()
DSkGifImageReader.cpp452 bool SkGifImageReader::decode(int frameIndex, bool* frameComplete) in decode()
/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/angle/src/tests/perf_tests/
DUniformsPerf.cpp386 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/
Dvscode.py383 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
Dlldbvscode_testcase.py170 def get_source_and_line(self, threadId=None, frameIndex=0): argument
/external/angle/util/
Dframe_capture_test_utils.h94 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/
Dzstdseek_decompress.c233 …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/
DanimatedGif.cpp45 void drawFrame(SkCanvas* canvas, int frameIndex) { in drawFrame()
136 for (int frameIndex = 0; frameIndex < fTotalFrames; frameIndex++) { in onDraw() 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/v4l2_codec2/common/
DFormatConverter.cpp161 C2ConstGraphicBlock FormatConverter::convertBlock(uint64_t frameIndex, in convertBlock()
306 c2_status_t FormatConverter::returnBlock(uint64_t frameIndex) { in returnBlock()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp182 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/
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/skqp/third_party/gif/
DSkGifImageReader.cpp422 bool SkGifImageReader::decode(int frameIndex, bool* frameComplete) in decode()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DStackTraceRecovery.kt196 private fun Array<StackTraceElement>.frameIndex(methodName: String) = indexOfFirst { methodName == … in artificialFrame() method
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h14919 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 …]
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/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h14901 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/
DGifDrawable.java251 public void onFrameRead(int frameIndex) { in onFrameRead()
/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp275 for (int32_t frameIndex = 0; frameIndex < mRecording->getSizeInFrames(); frameIndex++) { in saveWaveFile() local
/external/v4l2_codec2/components/
DV4L2DecodeComponent.cpp39 int32_t frameIndexToBitstreamId(c2_cntr64_t frameIndex) { in frameIndexToBitstreamId()
/external/skia/src/codec/
DSkWuffsCodec.cpp832 SkCodec::Result SkWuffsCodec::seekFrame(WhichDecoder which, int frameIndex) { in seekFrame()
/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()

12