Searched refs:HAP_COMP_NONE (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hapenc.c | 128 chunk->compressor = HAP_COMP_NONE; in hap_compress_frame() 207 if (ctx->opt_compressor == HAP_COMP_NONE) { in hap_encode() 213 ctx->chunks[0].compressor = HAP_COMP_NONE; in hap_encode() 287 case HAP_COMP_NONE: in hap_init() 339 … OFFSET(opt_compressor), AV_OPT_TYPE_INT, { .i64 = HAP_COMP_SNAPPY }, HAP_COMP_NONE, HAP_COMP_SNAP… 340 …{ "none", "None", 0, AV_OPT_TYPE_CONST, { .i64 = HAP_COMP_NONE }, 0, 0, FLAGS, "compressor" …
|
D | hapdec.c | 123 || ctx->chunks[i].compressor != HAP_COMP_NONE) in hap_can_use_tex_in_place() 155 case HAP_COMP_NONE: in hap_parse_frame_header() 163 if (ctx->chunks[0].compressor == HAP_COMP_NONE) { in hap_parse_frame_header() 209 } else if (chunk->compressor == HAP_COMP_NONE) { in hap_parse_frame_header() 243 } else if (chunk->compressor == HAP_COMP_NONE) { in decompress_chunks_thread()
|
D | hap.h | 41 HAP_COMP_NONE = 0xA0, enumerator
|