Home
last modified time | relevance | path

Searched refs:hnm (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhnm4video.c70 Hnm4VideoContext *hnm = avctx->priv_data; in unpack_intraframe() local
81 if (writeoffset >= hnm->width * hnm->height) { in unpack_intraframe()
86 hnm->current[writeoffset++] = bytestream2_get_byte(&gb); in unpack_intraframe()
103 if (offset < 0 || offset + count >= hnm->width * hnm->height) { in unpack_intraframe()
106 } else if (writeoffset + count >= hnm->width * hnm->height) { in unpack_intraframe()
112 hnm->current[writeoffset++] = hnm in unpack_intraframe()
120 Hnm4VideoContext *hnm = avctx->priv_data; postprocess_current_frame() local
138 Hnm4VideoContext *hnm = avctx->priv_data; copy_processed_frame() local
152 Hnm4VideoContext *hnm = avctx->priv_data; decode_interframe_v4() local
282 Hnm4VideoContext *hnm = avctx->priv_data; decode_interframe_v4a() local
361 Hnm4VideoContext *hnm = avctx->priv_data; hnm_update_palette() local
394 Hnm4VideoContext *hnm = avctx->priv_data; hnm_decode_frame() local
455 Hnm4VideoContext *hnm = avctx->priv_data; hnm_decode_init() local
491 Hnm4VideoContext *hnm = avctx->priv_data; hnm_decode_end() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dhnm.c60 Hnm4DemuxContext *hnm = s->priv_data; in hnm_read_header() local
70 hnm->frames = avio_rl32(pb); in hnm_read_header()
103 Hnm4DemuxContext *hnm = s->priv_data; in hnm_read_packet() local
110 if (hnm->currentframe == hnm->frames || pb->eof_reached) in hnm_read_packet()
113 if (hnm->superchunk_remaining == 0) { in hnm_read_packet()
118 hnm->superchunk_remaining = superchunk_size - 4; in hnm_read_packet()
126 if (chunk_size > hnm->superchunk_remaining || !chunk_size) { in hnm_read_packet()
130 avio_skip(pb, hnm->superchunk_remaining - 8); in hnm_read_packet()
131 hnm in hnm_read_packet()
[all...]
H A DMakefile254 OBJS-$(CONFIG_HNM_DEMUXER) += hnm.o

Completed in 2 milliseconds