Home
last modified time | relevance | path

Searched refs:tc_dec (Results 1 – 5 of 5) sorted by relevance

/dports/devel/ORBit2/ORBit2-2.14.19/src/orb/orb-core/
H A Dcorba-typecode.c22 static gboolean tc_dec (CORBA_TypeCode *t,
406 if (tc_dec (&t->subtypes[0], c, ctx)) in tc_dec_tk_sequence()
440 if (tc_dec (&t->subtypes [i], c, ctx)) in tc_dec_tk_struct()
456 if (tc_dec (&t->discriminator, c, ctx)) in tc_dec_tk_union()
476 if (tc_dec (&t->subtypes[i], c, ctx)) \ in tc_dec_tk_union()
520 if (tc_dec (t->subtypes, c, ctx)) in tc_dec_tk_alias()
546 if (tc_dec (&t->subtypes[i], c, ctx)) in tc_dec_tk_except()
558 if (tc_dec (t->subtypes, c, ctx)) in tc_dec_tk_array()
1079 tc_dec (CORBA_TypeCode *t, in tc_dec() function
1188 retval = tc_dec (tc, buf, &ctx); in ORBit_decode_CORBA_TypeCode()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dav_parsers.c282 u32 tc_dec, prev_tc_dec, tc_disp, prev_tc_disp; member
730 secs += (dsi.enh_layer || *frame_type != 2) ? m4v->tc_dec : m4v->tc_disp; in gf_m4v_parse_frame_mpeg4()
737 m4v->prev_tc_dec = m4v->tc_dec; in gf_m4v_parse_frame_mpeg4()
740 m4v->tc_disp = m4v->tc_dec; in gf_m4v_parse_frame_mpeg4()
741 m4v->tc_dec = secs; in gf_m4v_parse_frame_mpeg4()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Dav_parsers.c270 u32 tc_dec, prev_tc_dec, tc_disp, prev_tc_disp; member
761 secs += (dsi->enh_layer || *frame_type!=2) ? m4v->tc_dec : m4v->tc_disp; in gf_m4v_parse_frame_mpeg4()
768 m4v->prev_tc_dec = m4v->tc_dec; in gf_m4v_parse_frame_mpeg4()
771 m4v->tc_disp = m4v->tc_dec; in gf_m4v_parse_frame_mpeg4()
772 m4v->tc_dec = secs; in gf_m4v_parse_frame_mpeg4()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Dav_parsers.c270 u32 tc_dec, prev_tc_dec, tc_disp, prev_tc_disp; member
761 secs += (dsi->enh_layer || *frame_type!=2) ? m4v->tc_dec : m4v->tc_disp; in gf_m4v_parse_frame_mpeg4()
768 m4v->prev_tc_dec = m4v->tc_dec; in gf_m4v_parse_frame_mpeg4()
771 m4v->tc_disp = m4v->tc_dec; in gf_m4v_parse_frame_mpeg4()
772 m4v->tc_dec = secs; in gf_m4v_parse_frame_mpeg4()
/dports/devel/ORBit2/ORBit2-2.14.19/
H A DChangeLog258 * src/orb/orb-core/corba-typecode.c: (tc_dec): Use G_STRFUNC, since
4839 * src/orb/orb-core/corba-typecode.c (tc_dec):
4913 * src/orb/orb-core/corba-typecode.c (tc_dec): test the unsigned
6338 (tc_dec): re-vamp to use faster basic type path.
6545 (tc_dec): ditto duplicate here.
7245 (tc_dec): update.
9006 (tc_dec): fix the recursive arithmetic, make it remember
9178 * src/orb/orb-core/corba-typecode.c (tc_dec): remove broken
9193 * src/orb/orb-core/corba-typecode.c (tc_dec): unuse
9205 (tc_dec): set ref count to 1.
[all …]