handler           407 libavcodec/libzvbi-teletextdec.c         if (!vbi_event_handler_add(ctx->vbi, VBI_EVENT_TTX_PAGE, handler, ctx)) {
handler            47 libavformat/avidec.c     uint32_t handler;
handler           469 libavformat/avidec.c     unsigned int tag, tag1, handler;
handler           562 libavformat/avidec.c             handler = avio_rl32(pb); /* codec tag */
handler           594 libavformat/avidec.c                 if (handler != MKTAG('d', 'v', 's', 'd') &&
handler           595 libavformat/avidec.c                     handler != MKTAG('d', 'v', 'h', 'd') &&
handler           596 libavformat/avidec.c                     handler != MKTAG('d', 'v', 's', 'l'))
handler           633 libavformat/avidec.c             ast->handler = handler;
handler           788 libavformat/avidec.c                         ast->handler == MKTAG('X', 'V', 'I', 'D'))
handler           839 libavformat/avidec.c                     if (ast->handler == AV_RL32("Axan")) {
handler            56 libavformat/rdt.c                   void *priv_data, RTPDynamicProtocolHandler *handler)
handler            71 libavformat/rdt.c     s->parse_packet = handler ? handler->parse_packet : NULL;
handler            44 libavformat/rdt.h                                    RTPDynamicProtocolHandler *handler);
handler            67 libavformat/rtpdec.c void ff_register_dynamic_payload_handler(RTPDynamicProtocolHandler *handler)
handler            69 libavformat/rtpdec.c     handler->next = rtp_first_dynamic_payload_handler;
handler            70 libavformat/rtpdec.c     rtp_first_dynamic_payload_handler = handler;
handler           121 libavformat/rtpdec.c     RTPDynamicProtocolHandler *handler;
handler           122 libavformat/rtpdec.c     for (handler = rtp_first_dynamic_payload_handler;
handler           123 libavformat/rtpdec.c          handler; handler = handler->next)
handler           124 libavformat/rtpdec.c         if (handler->enc_name &&
handler           125 libavformat/rtpdec.c             !av_strcasecmp(name, handler->enc_name) &&
handler           126 libavformat/rtpdec.c             codec_type == handler->codec_type)
handler           127 libavformat/rtpdec.c             return handler;
handler           134 libavformat/rtpdec.c     RTPDynamicProtocolHandler *handler;
handler           135 libavformat/rtpdec.c     for (handler = rtp_first_dynamic_payload_handler;
handler           136 libavformat/rtpdec.c          handler; handler = handler->next)
handler           137 libavformat/rtpdec.c         if (handler->static_payload_id && handler->static_payload_id == id &&
handler           138 libavformat/rtpdec.c             codec_type == handler->codec_type)
handler           139 libavformat/rtpdec.c             return handler;
handler           453 libavformat/rtpdec.c     need_keyframe = s->handler && s->handler->need_keyframe &&
handler           454 libavformat/rtpdec.c                     s->handler->need_keyframe(s->dynamic_protocol_context);
handler           542 libavformat/rtpdec.c                                        RTPDynamicProtocolHandler *handler)
handler           545 libavformat/rtpdec.c     s->handler                  = handler;
handler           658 libavformat/rtpdec.c     if (s->handler && s->handler->parse_packet) {
handler           659 libavformat/rtpdec.c         rv = s->handler->parse_packet(s->ic, s->dynamic_protocol_context,
handler           762 libavformat/rtpdec.c         if (s->handler && s->handler->parse_packet) {
handler           766 libavformat/rtpdec.c             rv        = s->handler->parse_packet(s->ic, s->dynamic_protocol_context,
handler            46 libavformat/rtpdec.h                                        RTPDynamicProtocolHandler *handler);
handler           191 libavformat/rtpdec.h     const RTPDynamicProtocolHandler *handler;
handler           195 libavformat/rtpdec.h void ff_register_dynamic_payload_handler(RTPDynamicProtocolHandler *handler);
handler           183 libavformat/rtsp.c static void init_rtp_handler(RTPDynamicProtocolHandler *handler,
handler           187 libavformat/rtsp.c     if (!handler)
handler           190 libavformat/rtsp.c         codec->codec_id          = handler->codec_id;
handler           191 libavformat/rtsp.c     rtsp_st->dynamic_handler = handler;
handler           193 libavformat/rtsp.c         st->need_parsing = handler->need_parsing;
handler           194 libavformat/rtsp.c     if (handler->priv_data_size) {
handler           195 libavformat/rtsp.c         rtsp_st->dynamic_protocol_context = av_mallocz(handler->priv_data_size);
handler           243 libavformat/rtsp.c         RTPDynamicProtocolHandler *handler =
handler           245 libavformat/rtsp.c         init_rtp_handler(handler, rtsp_st, st);
handler           467 libavformat/rtsp.c                 RTPDynamicProtocolHandler *handler;
handler           468 libavformat/rtsp.c                 handler = ff_rtp_handler_find_by_id(
handler           470 libavformat/rtsp.c                 init_rtp_handler(handler, rtsp_st, NULL);
handler           485 libavformat/rtsp.c                 RTPDynamicProtocolHandler *handler;
handler           492 libavformat/rtsp.c                 handler = ff_rtp_handler_find_by_id(
handler           494 libavformat/rtsp.c                 init_rtp_handler(handler, rtsp_st, st);