#include <stdint.h>
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "hap.h"
#include "internal.h"
#include "snappy.h"
#include "texturedsp.h"
#include "thread.h"
Go to the source code of this file.
|
static int | hap_parse_decode_instructions (HapContext *ctx, int size) |
|
static int | hap_can_use_tex_in_place (HapContext *ctx) |
|
static int | hap_parse_frame_header (AVCodecContext *avctx) |
|
static int | decompress_chunks_thread (AVCodecContext *avctx, void *arg, int chunk_nb, int thread_nb) |
|
static int | decompress_texture_thread_internal (AVCodecContext *avctx, void *arg, int slice, int thread_nb, int texture_num) |
|
static int | decompress_texture_thread (AVCodecContext *avctx, void *arg, int slice, int thread_nb) |
|
static int | decompress_texture2_thread (AVCodecContext *avctx, void *arg, int slice, int thread_nb) |
|
static int | hap_decode (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
|
static av_cold int | hap_init (AVCodecContext *avctx) |
|
static av_cold int | hap_close (AVCodecContext *avctx) |
|
◆ hap_parse_decode_instructions()
◆ hap_can_use_tex_in_place()
◆ hap_parse_frame_header()
◆ decompress_chunks_thread()
◆ decompress_texture_thread_internal()
◆ decompress_texture_thread()
◆ decompress_texture2_thread()
◆ hap_decode()
◆ hap_init()
◆ hap_close()
◆ ff_hap_decoder
Initial value:= {
.name = "hap",
.codec_tags = (const uint32_t []){
},
}
Definition at line 481 of file hapdec.c.