/third_party/ffmpeg/libavutil/ |
H A D | cpu.c | 114 { "flags" , NULL, 0, AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT64_MIN, INT64_MAX, .unit = "flags" }, in av_parse_cpu_caps() 116 { "altivec" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_ALTIVEC }, .unit = "flags" }, in av_parse_cpu_caps() 118 { "mmx" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_MMX }, .unit = "flags" }, in av_parse_cpu_caps() 119 { "mmx2" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_MMX2 }, .unit = "flags" }, in av_parse_cpu_caps() 120 { "mmxext" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_MMX2 }, .unit = "flags" }, in av_parse_cpu_caps() 121 { "sse" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_SSE }, .unit = "flags" }, in av_parse_cpu_caps() 122 { "sse2" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_SSE2 }, .unit = "flags" }, in av_parse_cpu_caps() 123 { "sse2slow", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_SSE2SLOW }, .unit = "flags" }, in av_parse_cpu_caps() 124 { "sse3" , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_SSE3 }, .unit = "flags" }, in av_parse_cpu_caps() 125 { "sse3slow", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AV_CPU_FLAG_SSE3SLOW }, .unit in av_parse_cpu_caps() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 111 } unit[MAX_TEXTURE_COORD_UNITS]; member 280 key->unit[i].enabled = 1; in make_state_key() 283 key->unit[i].source_index = texObj->TargetIndex; in make_state_key() 288 key->unit[i].shadow = (format == GL_DEPTH_COMPONENT || in make_state_key() 292 key->unit[i].ModeRGB = comb->ModeRGB; in make_state_key() 293 key->unit[i].ModeA = comb->ModeA; in make_state_key() 294 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB; in make_state_key() 295 key->unit[i].ScaleShiftA = comb->ScaleShiftA; in make_state_key() 296 key->unit[i].NumArgsRGB = comb->NumArgsRGB; in make_state_key() 297 key->unit[ in make_state_key() 378 get_source(texenv_fragment_program *p, GLuint src, GLuint unit) get_source() argument 432 emit_combine_source(texenv_fragment_program *p, GLuint unit, GLuint source, GLuint operand) emit_combine_source() argument 513 emit_combine(texenv_fragment_program *p, GLuint unit, GLuint nr, GLuint mode, const struct gl_tex_env_argument *opt) emit_combine() argument 589 emit_texenv(texenv_fragment_program *p, GLuint unit) emit_texenv() argument 841 load_texenv_source(texenv_fragment_program *p, GLuint src, GLuint unit) load_texenv_source() argument 974 GLuint unit; emit_instructions() local 1035 unsigned int unit; create_new_program() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | cbs.c | 146 static void cbs_unit_uninit(CodedBitstreamUnit *unit) in cbs_unit_uninit() argument 148 av_buffer_unref(&unit->content_ref); in cbs_unit_uninit() 149 unit->content = NULL; in cbs_unit_uninit() 151 av_buffer_unref(&unit->data_ref); in cbs_unit_uninit() 152 unit->data = NULL; in cbs_unit_uninit() 153 unit->data_size = 0; in cbs_unit_uninit() 154 unit->data_bit_padding = 0; in cbs_unit_uninit() 185 CodedBitstreamUnit *unit = &frag->units[i]; in cbs_read_fragment_content() local 189 if (ctx->decompose_unit_types[j] == unit->type) in cbs_read_fragment_content() 196 av_buffer_unref(&unit in cbs_read_fragment_content() 323 cbs_alloc_unit_data(CodedBitstreamUnit *unit, size_t size) cbs_alloc_unit_data() argument 340 cbs_write_unit_data(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit) cbs_write_unit_data() argument 400 CodedBitstreamUnit *unit = &frag->units[i]; ff_cbs_write_fragment_data() local 698 ff_cbs_alloc_unit_content(CodedBitstreamUnit *unit, size_t size, void (*free)(void *opaque, uint8_t *data)) ff_cbs_alloc_unit_content() argument 762 CodedBitstreamUnit *unit; ff_cbs_insert_unit_content() local 798 CodedBitstreamUnit *unit; cbs_insert_unit_data() local 869 cbs_find_unit_type_desc(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit) cbs_find_unit_type_desc() argument 896 ff_cbs_alloc_unit_content2(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit) ff_cbs_alloc_unit_content2() argument 924 cbs_clone_unit_content(AVBufferRef **clone_ref, CodedBitstreamUnit *unit, const CodedBitstreamUnitTypeDescriptor *desc) cbs_clone_unit_content() argument 990 ff_cbs_make_unit_refcounted(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit) ff_cbs_make_unit_refcounted() argument 1038 ff_cbs_make_unit_writable(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit) ff_cbs_make_unit_writable() argument [all...] |
H A D | cbs_jpeg.c | 242 CodedBitstreamUnit *unit) in cbs_jpeg_read_unit() 247 err = init_get_bits(&gbc, unit->data, 8 * unit->data_size); in cbs_jpeg_read_unit() 251 if (unit->type >= JPEG_MARKER_SOF0 && in cbs_jpeg_read_unit() 252 unit->type <= JPEG_MARKER_SOF3) { in cbs_jpeg_read_unit() 253 err = ff_cbs_alloc_unit_content(unit, in cbs_jpeg_read_unit() 259 err = cbs_jpeg_read_frame_header(ctx, &gbc, unit->content); in cbs_jpeg_read_unit() 263 } else if (unit->type >= JPEG_MARKER_APPN && in cbs_jpeg_read_unit() 264 unit->type <= JPEG_MARKER_APPN + 15) { in cbs_jpeg_read_unit() 265 err = ff_cbs_alloc_unit_content(unit, in cbs_jpeg_read_unit() 241 cbs_jpeg_read_unit(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit) cbs_jpeg_read_unit() argument 326 cbs_jpeg_write_scan(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit, PutBitContext *pbc) cbs_jpeg_write_scan() argument 352 cbs_jpeg_write_segment(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit, PutBitContext *pbc) cbs_jpeg_write_segment() argument 381 cbs_jpeg_write_unit(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit, PutBitContext *pbc) cbs_jpeg_write_unit() argument 394 const CodedBitstreamUnit *unit; cbs_jpeg_assemble_fragment() local [all...] |
H A D | codec2utils.h | 37 { "mode", desc, offsetof(classname, mode), AV_OPT_TYPE_INT, {.i64 = default_val}, min_val, CODEC2_MODE_MAX, .flags=option_flags, .unit="codec2_mode"},\ 38 { "3200", "3200", 0, AV_OPT_TYPE_CONST, {.i64 = 0}, .flags=option_flags, .unit="codec2_mode"},\ 39 { "2400", "2400", 0, AV_OPT_TYPE_CONST, {.i64 = 1}, .flags=option_flags, .unit="codec2_mode"},\ 40 { "1600", "1600", 0, AV_OPT_TYPE_CONST, {.i64 = 2}, .flags=option_flags, .unit="codec2_mode"},\ 41 { "1400", "1400", 0, AV_OPT_TYPE_CONST, {.i64 = 3}, .flags=option_flags, .unit="codec2_mode"},\ 42 { "1300", "1300", 0, AV_OPT_TYPE_CONST, {.i64 = 4}, .flags=option_flags, .unit="codec2_mode"},\ 43 { "1200", "1200", 0, AV_OPT_TYPE_CONST, {.i64 = 5}, .flags=option_flags, .unit="codec2_mode"},\ 44 { "700", "700", 0, AV_OPT_TYPE_CONST, {.i64 = 6}, .flags=option_flags, .unit="codec2_mode"},\ 45 { "700B", "700B", 0, AV_OPT_TYPE_CONST, {.i64 = 7}, .flags=option_flags, .unit="codec2_mode"},\ 46 { "700C", "700C", 0, AV_OPT_TYPE_CONST, {.i64 = 8}, .flags=option_flags, .unit [all...] |
H A D | cbs_sei.c | 114 CodedBitstreamUnit *unit; in cbs_sei_get_unit() local 139 // Find an existing SEI NAL unit of the right type. in cbs_sei_get_unit() 140 unit = NULL; in cbs_sei_get_unit() 143 unit = &au->units[i]; in cbs_sei_get_unit() 148 if (unit) { in cbs_sei_get_unit() 149 *sei_unit = unit; in cbs_sei_get_unit() 153 // Need to add a new SEI NAL unit ... in cbs_sei_get_unit() 155 // ... before the first VCL NAL unit. in cbs_sei_get_unit() 162 // ... after the last VCL NAL unit. in cbs_sei_get_unit() 179 unit in cbs_sei_get_unit() 218 cbs_sei_get_message_list(CodedBitstreamContext *ctx, CodedBitstreamUnit *unit, SEIRawMessageList **list) cbs_sei_get_message_list() argument 255 CodedBitstreamUnit *unit; ff_cbs_sei_add_message() local 306 CodedBitstreamUnit *unit = &au->units[i]; ff_cbs_sei_find_message() local 357 CodedBitstreamUnit *unit = &au->units[i]; ff_cbs_sei_delete_message_type() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_tss.c | 64 unsigned unit; member 73 * Update the texture binding for one texture unit. 77 unsigned unit, in emit_tex_binding_unit() 130 queue->bind[queue->bind_count].unit = unit; in emit_tex_binding_unit() 169 const unsigned unit = in update_tss_binding() local 171 emit_tex_binding_unit(svga, unit, in update_tss_binding() 174 &svga->state.hw_draw.views[unit], in update_tss_binding() 192 ts[i].stage = queue.bind[i].unit; in update_tss_binding() 252 queue.bind[queue.bind_count].unit in svga_reemit_tss_bindings() 76 emit_tex_binding_unit(struct svga_context *svga, unsigned unit, const struct svga_sampler_state *s, const struct pipe_sampler_view *sv, struct svga_hw_view_state *view, boolean reemit, struct bind_queue *queue) emit_tex_binding_unit() argument 260 const unsigned unit = svga_reemit_tss_bindings() local 321 svga_queue_tss(struct ts_queue *q, unsigned unit, unsigned tss, unsigned value) svga_queue_tss() argument 357 emit_tss_unit(struct svga_context *svga, unsigned unit, const struct svga_sampler_state *state, struct ts_queue *queue) emit_tss_unit() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | measure.cpp | 26 Measure::Measure() : unit(nullptr) {} in Measure() 30 number(_number), unit(adoptedUnit) { in Measure() 38 UObject(other), unit(nullptr) { in Measure() 44 delete unit; in operator =() 46 if (other.unit != nullptr) { in operator =() 47 unit = other.unit->clone(); in operator =() 49 unit = nullptr; in operator =() 60 delete unit; in ~Measure() 72 ((unit in operator ==() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | measure.cpp | 26 Measure::Measure() : unit(nullptr) {} in Measure() 30 number(_number), unit(adoptedUnit) { in Measure() 38 UObject(other), unit(nullptr) { in Measure() 44 delete unit; in operator =() 46 if (other.unit != nullptr) { in operator =() 47 unit = other.unit->clone(); in operator =() 49 unit = nullptr; in operator =() 60 delete unit; in ~Measure() 72 ((unit in operator ==() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | measure.cpp | 26 Measure::Measure() : unit(nullptr) {} in Measure() 30 number(_number), unit(adoptedUnit) { in Measure() 38 UObject(other), unit(nullptr) { in Measure() 44 delete unit; in operator =() 46 if (other.unit != nullptr) { in operator =() 47 unit = other.unit->clone(); in operator =() 49 unit = nullptr; in operator =() 60 delete unit; in ~Measure() 72 ((unit in operator ==() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
H A D | PeriodBuilderFactoryTest.java | 41 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange() 42 Period p = b.create((long)(approxDurations[unit.ordinal()]*2.5)); in testSetAvailableUnitRange() 43 assertTrue(null, p.isSet(unit)); in testSetAvailableUnitRange() 49 for (TimeUnit unit = YEAR; unit != null; unit = unit in testSetAvailableUnitRange() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
H A D | PeriodBuilderFactoryTest.java | 44 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange() 45 Period p = b.create((long)(approxDurations[unit.ordinal()]*2.5)); in testSetAvailableUnitRange() 46 assertTrue(null, p.isSet(unit)); in testSetAvailableUnitRange() 52 for (TimeUnit unit = YEAR; unit != null; unit = unit in testSetAvailableUnitRange() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | Period.java | 15 * Represents an approximate duration in multiple TimeUnits. Each unit, 38 * @param unit the unit 41 public static Period at(float count, TimeUnit unit) { in at() argument 43 return new Period(ETimeLimit.NOLIMIT, false, count, unit); in at() 50 * @param unit the unit 53 public static Period moreThan(float count, TimeUnit unit) { in moreThan() argument 55 return new Period(ETimeLimit.MT, false, count, unit); in moreThan() 62 * @param unit th 65 lessThan(float count, TimeUnit unit) lessThan() argument 81 and(float count, TimeUnit unit) and() argument 92 omit(TimeUnit unit) omit() argument 181 isSet(TimeUnit unit) isSet() argument 191 getCount(TimeUnit unit) getCount() argument 295 Period(int limit, boolean future, float count, TimeUnit unit) Period() argument 314 setTimeUnitValue(TimeUnit unit, float value) setTimeUnitValue() argument 329 setTimeUnitInternalValue(TimeUnit unit, int value) setTimeUnitInternalValue() argument [all...] |
H A D | BasicPeriodBuilderFactory.java | 33 static long approximateDurationOf(TimeUnit unit) { in approximateDurationOf() argument 34 return TimeUnit.approxDurations[unit.ordinal]; in approximateDurationOf() 211 public PeriodBuilderFactory setUnitIsAvailable(TimeUnit unit, in setUnitIsAvailable() argument 215 uset |= 1 << unit.ordinal; in setUnitIsAvailable() 217 uset &= ~(1 << unit.ordinal); in setUnitIsAvailable() 276 * @param unit the single TimeUnit with which to represent times 280 public PeriodBuilder getFixedUnitBuilder(TimeUnit unit) { in getFixedUnitBuilder() argument 281 return FixedUnitBuilder.get(unit, getSettings()); in getFixedUnitBuilder() 330 public long approximateDurationOf(TimeUnit unit) { in approximateDurationOf() argument 331 return BasicPeriodBuilderFactory.approximateDurationOf(unit); in approximateDurationOf() 376 private TimeUnit unit; global() field in FixedUnitBuilder 378 get(TimeUnit unit, BasicPeriodBuilderFactory.Settings settingsToUse) get() argument 385 FixedUnitBuilder(TimeUnit unit, BasicPeriodBuilderFactory.Settings settings) FixedUnitBuilder() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
H A D | Period.java | 16 * Represents an approximate duration in multiple TimeUnits. Each unit, 40 * @param unit the unit 43 public static Period at(float count, TimeUnit unit) { in at() argument 45 return new Period(ETimeLimit.NOLIMIT, false, count, unit); in at() 52 * @param unit the unit 55 public static Period moreThan(float count, TimeUnit unit) { in moreThan() argument 57 return new Period(ETimeLimit.MT, false, count, unit); in moreThan() 64 * @param unit th 67 lessThan(float count, TimeUnit unit) lessThan() argument 83 and(float count, TimeUnit unit) and() argument 94 omit(TimeUnit unit) omit() argument 183 isSet(TimeUnit unit) isSet() argument 193 getCount(TimeUnit unit) getCount() argument 297 Period(int limit, boolean future, float count, TimeUnit unit) Period() argument 316 setTimeUnitValue(TimeUnit unit, float value) setTimeUnitValue() argument 331 setTimeUnitInternalValue(TimeUnit unit, int value) setTimeUnitInternalValue() argument [all...] |
H A D | BasicPeriodBuilderFactory.java | 34 static long approximateDurationOf(TimeUnit unit) { in approximateDurationOf() argument 35 return TimeUnit.approxDurations[unit.ordinal]; in approximateDurationOf() 212 public PeriodBuilderFactory setUnitIsAvailable(TimeUnit unit, in setUnitIsAvailable() argument 216 uset |= 1 << unit.ordinal; in setUnitIsAvailable() 218 uset &= ~(1 << unit.ordinal); in setUnitIsAvailable() 277 * @param unit the single TimeUnit with which to represent times 281 public PeriodBuilder getFixedUnitBuilder(TimeUnit unit) { in getFixedUnitBuilder() argument 282 return FixedUnitBuilder.get(unit, getSettings()); in getFixedUnitBuilder() 331 public long approximateDurationOf(TimeUnit unit) { in approximateDurationOf() argument 332 return BasicPeriodBuilderFactory.approximateDurationOf(unit); in approximateDurationOf() 377 private TimeUnit unit; global() field in FixedUnitBuilder 379 get(TimeUnit unit, BasicPeriodBuilderFactory.Settings settingsToUse) get() argument 386 FixedUnitBuilder(TimeUnit unit, BasicPeriodBuilderFactory.Settings settings) FixedUnitBuilder() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | NumberFormatterApiTest.java | 254 NumberFormatter.with().notation(Notation.compactShort()).unit(USD), in notationCompact() 268 "compact-short currency/USD unit-width-iso-code", in notationCompact() 269 "K currency/USD unit-width-iso-code", in notationCompact() 270 NumberFormatter.with().notation(Notation.compactShort()).unit(USD).unitWidth(UnitWidth.ISO_CODE), in notationCompact() 284 "compact-short currency/USD unit-width-full-name", in notationCompact() 285 "K currency/USD unit-width-full-name", in notationCompact() 286 NumberFormatter.with().notation(Notation.compactShort()).unit(USD).unitWidth(UnitWidth.FULL_NAME), in notationCompact() 304 NumberFormatter.with().notation(Notation.compactLong()).unit(USD), in notationCompact() 320 "compact-long currency/USD unit-width-iso-code", in notationCompact() 321 "KK currency/USD unit in notationCompact() [all...] |
/third_party/node/deps/npm/node_modules/are-we-there-yet/lib/ |
H A D | tracker-group.js | 25 addUnit (unit, weight) { 26 if (unit.addUnit) { 29 if (unit === toTest) { 32 unit.name + ' to tree that already includes it ' + 37 unit.parentGroup = this 39 this.weight[unit.id] = weight || 1 40 this.totalWeight += this.weight[unit.id] 41 this.trackers.push(unit) 42 this.completion[unit.id] = unit [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Measure.java | 17 * An amount of a specified unit, consisting of a Number and a Unit. 19 * unit, such as feet or meters. 36 private final MeasureUnit unit; field in Measure 39 * Constructs a new object given a number and a unit. 41 * @param unit the unit 44 public Measure(Number number, MeasureUnit unit) { in Measure() argument 45 if (number == null || unit == null) { in Measure() 49 this.unit = unit; in Measure() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Measure.java | 18 * An amount of a specified unit, consisting of a Number and a Unit. 20 * unit, such as feet or meters. 36 private final MeasureUnit unit; field in Measure 39 * Constructs a new object given a number and a unit. 41 * @param unit the unit 43 public Measure(Number number, MeasureUnit unit) { in Measure() argument 44 if (number == null || unit == null) { in Measure() 48 this.unit = unit; in Measure() [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_program.h | 73 unsigned unit = u_bit_scan(&mask); in st_get_external_sampler_key() local 75 st_get_texture_object(st->ctx, prog, unit); in st_get_external_sampler_key() 85 key.lower_yuv |= (1 << unit); in st_get_external_sampler_key() 92 key.lower_nv12 |= (1 << unit); in st_get_external_sampler_key() 95 key.lower_iyuv |= (1 << unit); in st_get_external_sampler_key() 99 key.lower_yu_yv |= (1 << unit); in st_get_external_sampler_key() 106 key.lower_yx_xuxv |= (1 << unit); in st_get_external_sampler_key() 110 key.lower_yu_yv |= (1 << unit); in st_get_external_sampler_key() 113 key.lower_xy_uxvx |= (1 << unit); in st_get_external_sampler_key() 116 key.lower_ayuv |= (1 << unit); in st_get_external_sampler_key() [all...] |
/third_party/node/deps/v8/src/base/numbers/ |
H A D | fast-dtoa.cc | 34 // * distance_too_high_w == (too_high - w).f() * unit 35 // * unsafe_interval == (too_high - too_low).f() * unit 36 // * rest = (too_high - buffer * 10^kappa).f() * unit 37 // * ten_kappa = 10^kappa * unit 38 // * unit = the common multiplier 44 uint64_t rest, uint64_t ten_kappa, uint64_t unit) { in RoundWeed() 45 uint64_t small_distance = distance_too_high_w - unit; in RoundWeed() 46 uint64_t big_distance = distance_too_high_w + unit; in RoundWeed() 51 // The real w (* unit) must lie somewhere inside the interval in RoundWeed() 58 // ^v 1 unit in RoundWeed() 42 RoundWeed(Vector<char> buffer, int length, uint64_t distance_too_high_w, uint64_t unsafe_interval, uint64_t rest, uint64_t ten_kappa, uint64_t unit) RoundWeed() argument 156 RoundWeedCounted(Vector<char> buffer, int length, uint64_t rest, uint64_t ten_kappa, uint64_t unit, int* kappa) RoundWeedCounted() argument 373 uint64_t unit = 1; global() local [all...] |
/third_party/lwip/src/netif/ppp/ |
H A D | ecp.c | 84 static void ecp_init (int unit); 86 static void ecp_open (int unit); 87 static void ecp_close (int unit, char *); 88 static void ecp_lowerup (int unit); 90 static void ecp_input (int unit, u_char *pkt, int len); 91 static void ecp_protrej (int unit); 99 static void ecp_datainput (int unit, u_char *pkt, int len); 159 ecp_init(unit) in ecp_init() 160 int unit; in ecp_init() 162 fsm *f = &ecp_fsm[unit]; [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | options.c | 204 .flags = AV_OPT_FLAG_ENCODING_PARAM, .unit = "disposition" }, 205 { "default", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_DEFAULT }, .unit = "disposition" }, 206 { "dub", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_DUB }, .unit = "disposition" }, 207 { "original", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_ORIGINAL }, .unit = "disposition" }, 208 { "comment", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_COMMENT }, .unit = "disposition" }, 209 { "lyrics", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_LYRICS }, .unit = "disposition" }, 210 { "karaoke", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_KARAOKE }, .unit = "disposition" }, 211 { "forced", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_FORCED }, .unit = "disposition" }, 212 { "hearing_impaired", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_HEARING_IMPAIRED }, .unit = "disposition" }, 213 { "visual_impaired", .type = AV_OPT_TYPE_CONST, { .i64 = AV_DISPOSITION_VISUAL_IMPAIRED }, .unit [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberFormatterApiTest.java | 253 NumberFormatter.with().notation(Notation.compactShort()).unit(USD), in notationCompact() 267 "compact-short currency/USD unit-width-iso-code", in notationCompact() 268 "K currency/USD unit-width-iso-code", in notationCompact() 269 NumberFormatter.with().notation(Notation.compactShort()).unit(USD).unitWidth(UnitWidth.ISO_CODE), in notationCompact() 283 "compact-short currency/USD unit-width-full-name", in notationCompact() 284 "K currency/USD unit-width-full-name", in notationCompact() 285 NumberFormatter.with().notation(Notation.compactShort()).unit(USD).unitWidth(UnitWidth.FULL_NAME), in notationCompact() 303 NumberFormatter.with().notation(Notation.compactLong()).unit(USD), in notationCompact() 319 "compact-long currency/USD unit-width-iso-code", in notationCompact() 320 "KK currency/USD unit in notationCompact() [all...] |