|
FFmpeg
|
#include "libavutil/avassert.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"#include "apv.h"#include "cbs.h"#include "avformat.h"#include "avio.h"#include "avio_internal.h"#include "libavcodec/cbs_apv.h"#include "libavcodec/packet.h"Go to the source code of this file.
Data Structures | |
| struct | APVDecoderFrameInfo |
| struct | APVDecoderConfigurationEntry |
| struct | APVDecoderConfigurationRecord |
Functions | |
| void | ff_isom_write_apvc (AVIOContext *pb, const APVDecoderConfigurationRecord *apvc, void *logctx) |
| static int | apv_add_configuration_entry (APVDecoderConfigurationRecord *apvc, int pbu_type) |
| static int | apv_add_frameinfo (APVDecoderConfigurationEntry *configuration_entry, const APVDecoderFrameInfo *frame_info) |
| int | ff_isom_parse_apvc (APVDecoderConfigurationRecord *apvc, const AVPacket *pkt, void *logctx) |
| int | ff_isom_init_apvc (APVDecoderConfigurationRecord **papvc, void *logctx) |
| void | ff_isom_close_apvc (APVDecoderConfigurationRecord **papvc) |
Variables | |
| static const CodedBitstreamUnitType | decompose_unit_types [] |
| void ff_isom_write_apvc | ( | AVIOContext * | pb, |
| const APVDecoderConfigurationRecord * | apvc, | ||
| void * | logctx | ||
| ) |
Definition at line 80 of file apv.c.
Referenced by mov_write_apvc_tag().
|
static |
Definition at line 212 of file apv.c.
Referenced by ff_isom_parse_apvc().
|
static |
Definition at line 231 of file apv.c.
Referenced by ff_isom_parse_apvc().
| int ff_isom_parse_apvc | ( | APVDecoderConfigurationRecord * | apvc, |
| const AVPacket * | pkt, | ||
| void * | logctx | ||
| ) |
Definition at line 252 of file apv.c.
Referenced by ff_mov_write_packet().
| int ff_isom_init_apvc | ( | APVDecoderConfigurationRecord ** | papvc, |
| void * | logctx | ||
| ) |
Definition at line 352 of file apv.c.
Referenced by mov_init().
| void ff_isom_close_apvc | ( | APVDecoderConfigurationRecord ** | papvc | ) |
Definition at line 375 of file apv.c.
Referenced by mov_free().
|
static |
Definition at line 207 of file apv.c.
Referenced by apv_add_configuration_entry(), and ff_isom_init_apvc().
1.8.17