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