Lines Matching defs:shared
251 * The pixels are allocated/set by calling get_buffer() if shared = 0
254 ScratchpadContext *sc, int shared, int encoding,
266 if (shared) {
268 pic->shared = 1;
409 dst->shared = src->shared;
429 static int find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared)
433 if (shared) {
462 int ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared)
464 int ret = find_unused_picture(avctx, picture, shared);