HAP_COMP_NONE 121 libavcodec/hapdec.c || ctx->chunks[i].compressor != HAP_COMP_NONE) HAP_COMP_NONE 153 libavcodec/hapdec.c case HAP_COMP_NONE: HAP_COMP_NONE 161 libavcodec/hapdec.c if (ctx->chunks[0].compressor == HAP_COMP_NONE) { HAP_COMP_NONE 207 libavcodec/hapdec.c } else if (chunk->compressor == HAP_COMP_NONE) { HAP_COMP_NONE 241 libavcodec/hapdec.c } else if (chunk->compressor == HAP_COMP_NONE) { HAP_COMP_NONE 128 libavcodec/hapenc.c chunk->compressor = HAP_COMP_NONE; HAP_COMP_NONE 207 libavcodec/hapenc.c if (ctx->opt_compressor == HAP_COMP_NONE) { HAP_COMP_NONE 213 libavcodec/hapenc.c ctx->chunks[0].compressor = HAP_COMP_NONE; HAP_COMP_NONE 287 libavcodec/hapenc.c case HAP_COMP_NONE: HAP_COMP_NONE 339 libavcodec/hapenc.c { "compressor", "second-stage compressor", OFFSET(opt_compressor), AV_OPT_TYPE_INT, { .i64 = HAP_COMP_SNAPPY }, HAP_COMP_NONE, HAP_COMP_SNAPPY, FLAGS, "compressor" }, HAP_COMP_NONE 340 libavcodec/hapenc.c { "none", "None", 0, AV_OPT_TYPE_CONST, { .i64 = HAP_COMP_NONE }, 0, 0, FLAGS, "compressor" },