Searched refs:output_layer_count (Results 1 – 2 of 2) sorted by relevance
90 output_layer_count(0), in TemporalUnit()125 int output_layer_count; member
810 assert(temporal_unit.output_layer_count > 0); in DequeueFrame()812 temporal_unit.output_layers[temporal_unit.output_layer_count - 1].frame); in DequeueFrame()813 temporal_unit.output_layers[temporal_unit.output_layer_count - 1].frame = in DequeueFrame()821 if (--temporal_unit.output_layer_count == 0) { in DequeueFrame()928 temporal_unit.output_layer_count > 1) { in ParseAndSchedule()931 temporal_unit.output_layers + temporal_unit.output_layer_count); in ParseAndSchedule()1003 assert(temporal_unit.output_layer_count == 1); in DecodeFrame()1004 --temporal_unit.output_layer_count; in DecodeFrame()1007 temporal_unit.output_layers[temporal_unit.output_layer_count].frame = in DecodeFrame()1009 temporal_unit.output_layers[temporal_unit.output_layer_count] in DecodeFrame()[all …]