Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibuavs3d.c38 void *dec_handle; member
111 h->dec_handle = uavs3d_create(&cdsc, uavs3d_output_callback, NULL); in libuavs3d_init()
114 if (!h->dec_handle) { in libuavs3d_init()
125 if (h->dec_handle) { in libuavs3d_end()
126 uavs3d_flush(h->dec_handle, NULL); in libuavs3d_end()
127 uavs3d_delete(h->dec_handle); in libuavs3d_end()
128 h->dec_handle = NULL; in libuavs3d_end()
139 if (h->dec_handle) { in libuavs3d_flush()
140 uavs3d_reset(h->dec_handle); in libuavs3d_flush()
168 ret = uavs3d_flush(h->dec_handle, in libuavs3d_decode_frame()
[all...]

Completed in 1 milliseconds