Lines Matching defs:unit
81 const CodedBitstreamUnit *unit = &au->units[i];
83 if (unit->type == HEVC_NAL_VPS) {
84 const H265RawVPS *vps = unit->content;
92 } else if (unit->type == HEVC_NAL_SPS) {
93 const H265RawSPS *sps = unit->content;
104 } else if (unit->type == HEVC_NAL_PPS) {
105 const H265RawPPS *pps = unit->content;
306 #define CROP(border, unit) do { \
308 if (ctx->crop_ ## border % unit != 0) { \
310 "must be a multiple of %d.\n", #border, unit); \
314 ctx->crop_ ## border / unit; \
338 // If an AUD is present, it must be the first NAL unit.
402 .fragment_name = "access unit",
403 .unit_name = "NAL unit",
469 { .i64 = LEVEL_AUTO }, .flags = FLAGS, .unit = "level" },
471 { .i64 = value }, .flags = FLAGS, .unit = "level"