HAP_COMP_SNAPPY   154 libavcodec/hapdec.c         case HAP_COMP_SNAPPY:
HAP_COMP_SNAPPY   197 libavcodec/hapdec.c         if (chunk->compressor == HAP_COMP_SNAPPY) {
HAP_COMP_SNAPPY   231 libavcodec/hapdec.c     if (chunk->compressor == HAP_COMP_SNAPPY) {
HAP_COMP_SNAPPY   131 libavcodec/hapenc.c             chunk->compressor = HAP_COMP_SNAPPY;
HAP_COMP_SNAPPY   294 libavcodec/hapenc.c     case HAP_COMP_SNAPPY:
HAP_COMP_SNAPPY   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_SNAPPY   341 libavcodec/hapenc.c         { "snappy",     "Snappy", 0, AV_OPT_TYPE_CONST, { .i64 = HAP_COMP_SNAPPY }, 0, 0, FLAGS, "compressor" },