gf_list_find      123 include/gpac/list.h s32 gf_list_find(GF_List *ptr, void *item);
gf_list_find      142 modules/rtp_in/rtp_signaling.c 		trans->rtpID = gf_list_find(ch->owner->channels, ch);
gf_list_find      270 modules/rtp_in/sdp_load.c 			the_od = RP_GetChannelOD(a_str, gf_list_find(rtp->channels, a_str) );
gf_list_find      302 src/compositor/bindable.c 			assert(gf_list_find(bind_stack_list, stack)<0);
gf_list_find     2595 src/compositor/compositor.c 			i = gf_list_find(compositor->textures, txh);
gf_list_find     3208 src/compositor/compositor.c 	else if (gf_list_find(compositor->extra_scenes, extra_scene)<0) gf_list_add(compositor->extra_scenes, extra_scene);
gf_list_find      292 src/compositor/mpeg4_background.c 	if (gf_list_find(tr_state->backgrounds, node) < 0) {
gf_list_find      294 src/compositor/mpeg4_background.c 		assert(gf_list_find(st->reg_stacks, tr_state->backgrounds)==-1);
gf_list_find      340 src/compositor/mpeg4_background2d.c 	if (gf_list_find(tr_state->backgrounds, node) < 0) {
gf_list_find      343 src/compositor/mpeg4_background2d.c 		assert(gf_list_find(stack->reg_stacks, tr_state->backgrounds)==-1);
gf_list_find      183 src/compositor/mpeg4_gradients.c 		if (gf_list_find(txh->compositor->textures, txh)<0)
gf_list_find      380 src/compositor/mpeg4_gradients.c 		if (gf_list_find(txh->compositor->textures, txh)<0)
gf_list_find      163 src/compositor/mpeg4_viewport.c 	if (gf_list_find(tr_state->viewpoints, node) < 0) {
gf_list_find      165 src/compositor/mpeg4_viewport.c 		assert(gf_list_find(st->reg_stacks, tr_state->viewpoints)==-1);
gf_list_find      352 src/compositor/mpeg4_viewport.c 	if (gf_list_find(tr_state->viewpoints, node) < 0) {
gf_list_find      354 src/compositor/mpeg4_viewport.c 		assert(gf_list_find(st->reg_stacks, tr_state->viewpoints)==-1);
gf_list_find      458 src/compositor/mpeg4_viewport.c 	if (gf_list_find(tr_state->navigations, node) < 0) {
gf_list_find      463 src/compositor/mpeg4_viewport.c 		assert(gf_list_find(st->reg_stacks, tr_state->navigations)==-1);
gf_list_find      577 src/compositor/mpeg4_viewport.c 	if (gf_list_find(tr_state->fogs, node) < 0) {
gf_list_find      582 src/compositor/mpeg4_viewport.c 		assert(gf_list_find(st->reg_stacks, tr_state->fogs)==-1);
gf_list_find      359 src/compositor/svg_paint_servers.c 		if (gf_list_find(txh->compositor->textures, txh)<0)
gf_list_find       43 src/compositor/texturing.c 	if (gf_list_find(compositor->textures, txh)<0) {
gf_list_find      405 src/isomedia/avc_ext.c 	track_num = 1 + gf_list_find(mdia->mediaTrack->moov->trackList, mdia->mediaTrack);
gf_list_find      456 src/isomedia/avc_ext.c 		u32 idx = gf_list_find(mdia->information->sampleTable->SampleDescription->other_boxes, entry);
gf_list_find     3514 src/isomedia/box_code_base.c 		if (ptr->InfoHeader && gf_list_find(ptr->other_boxes, ptr->InfoHeader)>=0) dump_mode = GF_TRUE;
gf_list_find     3515 src/isomedia/box_code_base.c 		if (ptr->sampleTable && gf_list_find(ptr->other_boxes, ptr->sampleTable)>=0) dump_mode = GF_TRUE;
gf_list_find     1207 src/isomedia/box_funcs.c 	if (use_dump_mode && (!parent->other_boxes || (gf_list_find(parent->other_boxes, a)<0) ) )
gf_list_find     4806 src/isomedia/isom_write.c 	entry_idx = 1 + gf_list_find(sgdesc->group_descriptions, entry);
gf_list_find     4916 src/isomedia/isom_write.c 		sgdesc->default_description_index = 1 + gf_list_find(sgdesc->group_descriptions, entry);
gf_list_find     4919 src/isomedia/isom_write.c 	if (sampleGroupDescriptionIndex) *sampleGroupDescriptionIndex = 1 + gf_list_find(sgdesc->group_descriptions, entry);
gf_list_find     5256 src/isomedia/isom_write.c 		gf_isom_set_edit_segment(file, gf_list_find(file->moov->trackList, trak)+1, 0, dur, shift, GF_ISOM_EDIT_NORMAL);
gf_list_find      906 src/media_tools/dash_client.c 		group_idx = gf_list_find(group->dash->groups, group);
gf_list_find     1687 src/media_tools/dash_client.c 	dash->active_period_index = gf_list_find(new_mpd->periods, new_period);
gf_list_find     1965 src/media_tools/dash_client.c 		j = gf_list_find(group->period->adaptation_sets, group->adaptation_set);
gf_list_find     2055 src/media_tools/dash_client.c 	u32 i = gf_list_find(group->adaptation_set->representations, rep);
gf_list_find     2210 src/media_tools/dash_client.c 		GF_LOG(GF_LOG_INFO, GF_LOG_DASH, ("[DASH] AS#%d changed quality to bitrate %d kbps - Width %d Height %d FPS %d/%d (playback speed %g)\n", 1+gf_list_find(group->period->adaptation_sets, group->adaptation_set), rep->bandwidth/1024, width, height, num, den, group->dash->speed));
gf_list_find     2213 src/media_tools/dash_client.c 		GF_LOG(GF_LOG_INFO, GF_LOG_DASH, ("[DASH] AS#%d changed quality to bitrate %d kbps - sample rate %u (playback speed %g)\n", 1+gf_list_find(group->period->adaptation_sets, group->adaptation_set), rep->bandwidth/1024, samplerate, group->dash->speed));
gf_list_find     2216 src/media_tools/dash_client.c 		GF_LOG(GF_LOG_INFO, GF_LOG_DASH, ("[DASH] AS#%d changed quality to bitrate %d kbps (playback speed %g)\n", 1+gf_list_find(group->period->adaptation_sets, group->adaptation_set), rep->bandwidth/1024, group->dash->speed));
gf_list_find     2233 src/media_tools/dash_client.c 	group->dash->dash_io->on_dash_event(group->dash->dash_io, GF_DASH_EVENT_QUALITY_SWITCH, gf_list_find(group->dash->groups, group), GF_OK);
gf_list_find     2275 src/media_tools/dash_client.c 	i = gf_list_find(group->adaptation_set->representations, rep_sel);
gf_list_find     2385 src/media_tools/dash_client.c 		dash->dash_io->on_dash_event(dash->dash_io, GF_DASH_EVENT_CODEC_STAT_QUERY, gf_list_find(dash->groups, group), GF_OK);
gf_list_find     2403 src/media_tools/dash_client.c 	GF_LOG(GF_LOG_INFO, GF_LOG_DASH, ("[DASH] AS#%d got %s stats: %d bytes in %g sec (%d kbps) - duration %g sec - Media Rate: indicated %d - computed %d kbps - buffer %d ms\n", 1+gf_list_find(group->period->adaptation_sets, group->adaptation_set), url, group->total_size, time, 8*group->bytes_per_sec/1000, group->current_downloaded_segment_duration/1000.0, rep->bandwidth/1000, (u32) bitrate, buffer_ms));
gf_list_find     2439 src/media_tools/dash_client.c 	set_idx = gf_list_find(group->period->adaptation_sets, group->adaptation_set)+1;
gf_list_find     2606 src/media_tools/dash_client.c 		GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DASH] AS#%d no better match for requested bandwidth %d - not switching (AS bitrate %d)!\n", 1 + gf_list_find(group->period->adaptation_sets, group->adaptation_set), dl_rate, rep->bandwidth));
gf_list_find     2680 src/media_tools/dash_client.c 			GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DASH] AS#%d bitrate %d bps buffer max %d current %d refill since last %d - running low, switching down, target rate %d\n", 1 + gf_list_find(group->period->adaptation_sets, group->adaptation_set), rep->bandwidth, group->buffer_max_ms, group->buffer_occupancy_ms, occ, dl_rate));
gf_list_find     2684 src/media_tools/dash_client.c 			GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DASH] AS#%d bitrate %d bps buffer max %d current %d refill since last %d - running high, will try to switch up, target rate %d\n", 1 + gf_list_find(group->period->adaptation_sets, group->adaptation_set), rep->bandwidth, group->buffer_max_ms, group->buffer_occupancy_ms, occ, dl_rate));
gf_list_find     2690 src/media_tools/dash_client.c 			GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DASH] AS#%d bitrate %d bps buffer max %d current %d refill since last %d - steady\n", 1 + gf_list_find(group->period->adaptation_sets, group->adaptation_set), rep->bandwidth, group->buffer_max_ms, group->buffer_occupancy_ms, occ));
gf_list_find     2794 src/media_tools/dash_client.c 	dash->dash_io->on_dash_event(dash->dash_io, GF_DASH_EVENT_CODEC_STAT_QUERY, gf_list_find(group->dash->groups, group), GF_OK);
gf_list_find     2849 src/media_tools/dash_client.c 		GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DASH] AS#%d switching after playing %d segments, from rep %d to rep %d\n", 1 + gf_list_find(group->period->adaptation_sets, group->adaptation_set), group->nb_segments_since_switch, group->active_rep_index, new_index));
gf_list_find     3213 src/media_tools/dash_client.c 	rep_idx = orig_idx = gf_list_find(group->adaptation_set->representations, rep);
gf_list_find     3357 src/media_tools/dash_client.c 	return gf_list_find(dash->groups, group);
gf_list_find     3365 src/media_tools/dash_client.c 	return group->depend_on_group ? gf_list_find(dash->groups, group->depend_on_group) : -1;
gf_list_find     3384 src/media_tools/dash_client.c 	return gf_list_find(dash->groups, group_depending_on);
gf_list_find     4873 src/media_tools/dash_client.c 			GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DASH] Set #%d At %d Next segment %d (AST "LLD" - sec in period %g) is not yet available on server - requesting later in %d ms\n", 1+gf_list_find(dash->groups, group), gf_sys_clock(), group->download_segment_index + start_number, segment_ast, (segment_ast - group->period->start - group->ast_at_init)/1000.0, to_wait));
gf_list_find     4882 src/media_tools/dash_client.c 			GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DASH] Set #%d At %d Next segment %d (AST "LLD" - sec in period %g) should now be available on server since %d ms - requesting it\n", 1+gf_list_find(dash->groups, group), gf_sys_clock(), group->download_segment_index + start_number, segment_ast, (segment_ast - group->period->start - group->ast_at_init)/1000.0, -to_wait));
gf_list_find     5078 src/media_tools/dash_client.c 			dash->dash_io->on_dash_event(dash->dash_io, GF_DASH_EVENT_SEGMENT_AVAILABLE, gf_list_find(dash->groups, base_group), GF_OK);
gf_list_find     6575 src/media_tools/dash_client.c 			if (gf_list_find(groups_selected, group) >= 0) continue;
gf_list_find      184 src/media_tools/html5_mse.c 	activePos = gf_list_find(ms->activeSourceBuffers.list, sb);
gf_list_find      236 src/media_tools/html5_mse.c 	pos = gf_list_find(ms->sourceBuffers.list, sb);
gf_list_find      933 src/media_tools/text_import.c 						assert(gf_list_find(body_node->content, content_node) == 0);
gf_list_find     1594 src/scene_manager/loader_bt.c 			if (!the_node && gf_list_find(parser->bifs_au->commands, parser->cur_com)) {
gf_list_find      273 src/scene_manager/loader_xmt.c 			if (url && (gf_list_find(odl->mf_urls, url)<0) ) gf_list_add(odl->mf_urls, url);
gf_list_find     2043 src/scene_manager/loader_xmt.c 				if (gf_list_find(parser->unresolved_routes, parser->command)<0)
gf_list_find      319 src/scene_manager/scene_dump.c 	s32 i = gf_list_find(sdump->dump_nodes, node);
gf_list_find      624 src/scenegraph/base_scenegraph.c 	if (gf_list_find(sg->exported_nodes, pNode)>=0) return GF_OK;
gf_list_find      907 src/scenegraph/base_scenegraph.c 	        && (gf_list_find(node->sgprivate->scenegraph->pOwningProto->node_code, node)>=0)) {
gf_list_find      437 src/scenegraph/dom_events.c 					s32 pos = gf_list_find(et->listeners, listen);
gf_list_find      406 src/scenegraph/dom_smjs.c 		if (set_rooted && (gf_list_find(sg->objects, n->sgprivate->interact->js_binding->node)<0)) {
gf_list_find     1053 src/scenegraph/dom_smjs.c 		if (nobj && (gf_list_find(n->sgprivate->scenegraph->objects, nobj)<0) ) {
gf_list_find      463 src/scenegraph/html5_mse_smjs.c     if (gf_list_find(sb->mediasource->sourceBuffers.list, sb) < 0)\
gf_list_find      530 src/scenegraph/html5_mse_smjs.c 	if (gf_list_find(sb->mediasource->sourceBuffers.list, sb) < 0) {
gf_list_find      307 src/scenegraph/smil_timing.c 		if (gf_list_find(sg->modified_smil_timed_elements, rti) == -1) {
gf_list_find     1336 src/scenegraph/vrml_proto.c 	if (gf_list_find(node->sgprivate->scenegraph->pOwningProto->node_code, node)>=0) return 1;
gf_list_find     1377 src/scenegraph/vrml_smjs.c 				if (gf_list_find(js_rt->allocated_contexts, ptr->js_ctx) < 0)
gf_list_find     4341 src/scenegraph/vrml_smjs.c 			if ( gf_list_find(parent->sgprivate->interact->js_binding->fields, jsf) < 0) {
gf_list_find     4349 src/scenegraph/vrml_smjs.c 				assert(gf_list_find(priv->js_cache, obj)<0);
gf_list_find     4367 src/scenegraph/vrml_smjs.c 						if ( gf_list_find(parent->sgprivate->interact->js_binding->fields, afield) < 0) {
gf_list_find      953 src/scenegraph/xml_ns.c 	if (gf_list_find(sg->xlink_hrefs, target)<0) {
gf_list_find      206 src/terminal/channel.c 	if (gf_list_find(ch->odm->net_service->Clocks, ch->clock)<0) return 0;
gf_list_find      407 src/terminal/decoder.c 	i = gf_list_find(codec->inChannels, ch);
gf_list_find      450 src/terminal/input_sensor.c 	if ( gf_list_find(is_dec->is_nodes, st) == -1 )
gf_list_find      364 src/terminal/media_control.c 			if (gf_list_find(stack->parent->scene_objects, prev)<0)
gf_list_find      579 src/terminal/media_control.c 	if (ctrl && (gf_list_find(odm->mc_stack, ctrl) < 0)) gf_list_add(odm->mc_stack, ctrl);
gf_list_find      908 src/terminal/media_object.c 		if (gf_list_find(mo->odm->term->media_queue, mo->odm)<0) {
gf_list_find      142 src/terminal/mpeg4_inline.c 						if (gf_list_find(scene->root_od->term->media_queue, scene->root_od)<0)
gf_list_find      121 src/terminal/network_service.c 					if (cs->ch->odm && (gf_list_find(ODs, cs->ch->odm)==-1) ) gf_list_add(ODs, cs->ch->odm);
gf_list_find      244 src/terminal/object_manager.c 						if (gf_list_find(odm->term->media_queue, new_root)<0) {
gf_list_find     1272 src/terminal/object_manager.c 			s32 i = gf_list_find(odm->term->channels_pending, cs);
gf_list_find     1530 src/terminal/object_manager.c 		} else if (!skip_register && (gf_list_find(odm->term->media_queue, odm)<0)) {
gf_list_find      817 src/terminal/scene.c 		if (gf_list_find(scene->scene_objects, obj)<0) {
gf_list_find     1005 src/terminal/scene.c 		if (gf_list_find(scene->extra_scenes, extra_scene)<0) return;
gf_list_find     1012 src/terminal/scene.c 		if (gf_list_find(scene->extra_scenes, extra_scene)>=0) return;
gf_list_find     1159 src/terminal/scene.c 						if (gf_list_find(odm->term->media_queue, odm)<0) {
gf_list_find      949 src/terminal/terminal.c 		if (gf_list_find(term->media_queue, term->root_scene->root_od)<0)
gf_list_find     1114 src/terminal/terminal.c 	if (gf_list_find(term->net_services, ns)<0) return;
gf_list_find     1364 src/terminal/terminal.c 		if (gf_list_find(term->net_services_to_remove, ns)<0)
gf_list_find      720 src/utils/list.c 	s32 i = gf_list_find(ptr, item);
gf_list_find      479 src/utils/module.c 	i = gf_list_find(par->plugman->plug_list, par);
gf_list_find      482 src/utils/module.c 	i = gf_list_find(par->interfaces, ifce);
gf_list_find     1677 src/utils/xml_parser.c 		idx = gf_list_find(par->root_nodes, last);
gf_list_find     1686 src/utils/xml_parser.c 		assert(gf_list_find(node->content, last) == -1);
gf_list_find     1969 src/utils/xml_parser.c 	idx = gf_list_find(node->content, child);