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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_filter.c689 if (s->threads_type & FF_THREAD_FRAME )
694 if (s->threads_type & FF_THREAD_FRAME )
699 if (s->threads_type & FF_THREAD_FRAME )
H A Dhevc.h805 uint8_t threads_type; member in struct:HEVCContext
H A Dhevc_refs.c372 if (s->threads_type == FF_THREAD_FRAME)
H A Dhevc.c1605 if (s->threads_type == FF_THREAD_FRAME )
2615 if (s->ref && s->threads_type == FF_THREAD_FRAME)
2974 if (s->ref && s->threads_type == FF_THREAD_FRAME)
3314 s->threads_type = s0->threads_type;
3418 s->threads_type = FF_THREAD_FRAME;
3420 s->threads_type = FF_THREAD_SLICE;
H A Dhevc_mvs.c272 if (s->threads_type == FF_THREAD_FRAME )

Completed in 63 milliseconds