Home
last modified time | relevance | path

Searched refs:sampleMem (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp104 static void TestNativeSeek(OH_AVMemory *sampleMem, int32_t trackCount, std::shared_ptr<AVDemuxerDemo> avDemuxerDemo) in TestNativeSeek() argument
108 avDemuxerDemo->ReadAllSamples(sampleMem, trackCount); in TestNativeSeek()
111 avDemuxerDemo->ReadAllSamples(sampleMem, trackCount); in TestNativeSeek()
114 avDemuxerDemo->ReadAllSamples(sampleMem, trackCount); in TestNativeSeek()
117 avDemuxerDemo->ReadAllSamples(sampleMem, trackCount); in TestNativeSeek()
185 OH_AVMemory *sampleMem = OH_AVMemory_Create(buffersize); // 创建memory in RunNativeDemuxer() local
186 avDemuxerDemo->ReadAllSamples(sampleMem, trackCount); in RunNativeDemuxer()
187 TestNativeSeek(sampleMem, trackCount, avDemuxerDemo); in RunNativeDemuxer()
188 OH_AVMemory_Destroy(sampleMem); in RunNativeDemuxer()
229 OH_AVMemory *sampleMem in RunDrmNativeDemuxer() local
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp519 OH_AVMemory *sampleMem = OH_AVMemory_Create(buffersize); in InputFunc() local
581 OH_AVMemory_Destroy(sampleMem); in InputFunc()

Completed in 3 milliseconds