Home
last modified time | relevance | path

Searched refs:resource_count (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dimf_cpl.c129 track->resource_count = 0; in imf_marker_virtual_track_init()
136 track->resource_count = 0; in imf_trackfile_virtual_track_init()
402 || cpl->main_markers_track->resource_count > UINT32_MAX - resource_elem_count) in push_marker_sequence()
405 cpl->main_markers_track->resource_count + resource_elem_count, in push_marker_sequence()
415 imf_marker_resource_init(&cpl->main_markers_track->resources[cpl->main_markers_track->resource_count]); in push_marker_sequence()
417 &cpl->main_markers_track->resources[cpl->main_markers_track->resource_count], in push_marker_sequence()
419 cpl->main_markers_track->resource_count++; in push_marker_sequence()
502 || vt->resource_count > UINT32_MAX - resource_elem_count) in push_main_audio_sequence()
506 (vt->resource_count + resource_elem_count) in push_main_audio_sequence()
516 imf_trackfile_resource_init(&vt->resources[vt->resource_count]); in push_main_audio_sequence()
[all...]
H A Dimf.h112 uint32_t resource_count; /**< Number of Resource elements present in the Virtual Track */ member
122 uint32_t resource_count; /**< Number of Resource elements present in the Virtual Track */ member
H A Dimfdec.c111 uint32_t resource_count; /**< Number of resources (<= INT32_MAX) */ member
467 if (track->resource_count > INT32_MAX - track_file_resource->base.repeat_count in open_track_file_resource()
468 || (track->resource_count + track_file_resource->base.repeat_count) in open_track_file_resource()
473 (track->resource_count + track_file_resource->base.repeat_count) in open_track_file_resource()
493 track->resources[track->resource_count++] = vt_ctx; in open_track_file_resource()
502 for (uint32_t i = 0; i < track->resource_count; i++) in imf_virtual_track_playback_context_deinit()
523 for (uint32_t i = 0; i < virtual_track->resource_count; i++) { in open_virtual_track()
724 for (uint32_t i = 0; i < track->resource_count; i++) { in get_resource_context_for_timestamp()
/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp58 resource_count, enumerator
66 int32_t res_available[(int)BlockCycleEstimator::resource_count] = {0};
67 unsigned res_usage[(int)BlockCycleEstimator::resource_count] = {0};
187 if (perf.rsrc0 != resource_count) { in use_resources()
192 if (perf.rsrc1 != resource_count) { in use_resources()
204 if (perf.rsrc0 != resource_count) in cycles_until_res_available()
206 if (perf.rsrc1 != resource_count) in cycles_until_res_available()
419 for (unsigned i = 0; i < (unsigned)resource_count; i++) { in join()
474 double usage[(int)BlockCycleEstimator::resource_count] = {0}; in collect_preasm_stats()
524 for (unsigned i = 0; i < (unsigned)BlockCycleEstimator::resource_count; in collect_preasm_stats()
[all...]
/third_party/ffmpeg/libavformat/tests/
H A Dimf.c310 printf("Marker resource count: %" PRIu32 "\n", cpl->main_markers_track->resource_count); in test_cpl_parsing()
311 for (uint32_t i = 0; i < cpl->main_markers_track->resource_count; i++) { in test_cpl_parsing()
320 printf("Main image resource count: %" PRIu32 "\n", cpl->main_image_2d_track->resource_count); in test_cpl_parsing()
321 for (uint32_t i = 0; i < cpl->main_image_2d_track->resource_count; i++) { in test_cpl_parsing()
329 printf(" Main audio resource count: %" PRIu32 "\n", cpl->main_audio_tracks[i].resource_count); in test_cpl_parsing()
330 for (uint32_t j = 0; j < cpl->main_audio_tracks[i].resource_count; j++) { in test_cpl_parsing()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_encoder.h237 mali_ptr address, unsigned resource_count) in panfrost_make_resource_table()
239 if (resource_count == 0) in panfrost_make_resource_table()
244 cfg.size = resource_count * pan_size(BUFFER); in panfrost_make_resource_table()
236 panfrost_make_resource_table(struct panfrost_ptr base, unsigned index, mali_ptr address, unsigned resource_count) panfrost_make_resource_table() argument
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_container.c215 uint32_t resource_count = state->num_resources; in dxil_container_add_state_validation() local
218 if (resource_count > 0) { in dxil_container_add_state_validation()
220 resource_bind_info_size * resource_count; in dxil_container_add_state_validation()
273 if (!blob_write_bytes(&c->parts, &resource_count, sizeof(resource_count))) in dxil_container_add_state_validation()
276 if (resource_count > 0) { in dxil_container_add_state_validation()
/third_party/mesa3d/src/asahi/lib/
H A Dio.h280 uint16_t resource_count; member
H A Ddecode.c163 unsigned count = group.resource_count; in agxdecode_decode_segment_list()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dmagic.c321 .resource_count = 1 in demo_mem_map()

Completed in 8 milliseconds