Home
last modified time | relevance | path

Searched refs:AllocBuffer (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.h128 void CUPTIAPI AllocBuffer(uint8_t **buffer, size_t *size, size_t *maxNumRecords);
Dgpu_profiling.cc542 gpu_profiler_inst->AllocBuffer(buffer, size, maxNumRecords); in ActivityAllocBuffer()
713 void CUPTIAPI GPUProfiler::AllocBuffer(uint8_t **buffer, size_t *size, size_t *maxNumRecords) { in AllocBuffer() function in mindspore::profiler::gpu::GPUProfiler
/third_party/ffmpeg/libavcodec/
Damfenc.c571 …res = context->pVtbl->AllocBuffer(context, AMF_MEMORY_HOST, sizeof(frame_ref), &frame_ref_storage_… in amf_create_buffer_with_frame_ref()