Searched refs:got_frame_ptr (Results 126 - 132 of 132) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmalosslessdec.c1179 static int decode_packet(AVCodecContext *avctx, void *data, int *got_frame_ptr, argument
1286 *got_frame_ptr = s->frame->nb_samples > 0;
H A Ddcadec.c2128 int *got_frame_ptr, AVPacket *avpkt)
2587 *got_frame_ptr = 1;
2127 dca_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dqdm2.c2018 int *got_frame_ptr, AVPacket *avpkt)
2044 *got_frame_ptr = 1;
2017 qdm2_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Davcodec.h4012 * @param[out] got_frame_ptr Zero if no frame could be decoded, otherwise it is
4025 int *got_frame_ptr, const AVPacket *avpkt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddca.c1690 int *got_frame_ptr, AVPacket *avpkt)
1930 *got_frame_ptr = 1;
1689 dca_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Dqdm2.c1977 int *got_frame_ptr, AVPacket *avpkt)
2004 *got_frame_ptr = 1;
1976 qdm2_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) argument
H A Davcodec.h4160 * @param[out] got_frame_ptr Zero if no frame could be decoded, otherwise it is
4170 int *got_frame_ptr, AVPacket *avpkt);

Completed in 114 milliseconds

123456