Home
last modified time | relevance | path

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

/dports/multimedia/bino/bino-1.6.5/src/
H A Dmedia_object.cpp1701 … void *tmpbuf_v = static_cast<void *>(&(_ffmpeg->audio_tmpbufs[_audio_stream][0])); in run() local
1702 int32_t *tmpbuf_i32 = static_cast<int32_t *>(tmpbuf_v); in run()
1703 float *tmpbuf_flt = static_cast<float *>(tmpbuf_v); in run()