Searched refs:atom_table (Results 1 – 3 of 3) sorted by relevance
214 atom_end = atom_table + entries * sizeof(ngx_mp4_stts_entry_t);240 atom_table = atom_header + sizeof(ngx_http_mp4_stss_atom_t);254 atom_table = atom_header + sizeof(ngx_mp4_ctts_atom_t);256 atom_end = atom_table + entries * sizeof(ngx_mp4_stsc_entry_t);282 atom_table = atom_header + sizeof(ngx_mp4_stsz_atom_t);284 atom_end = atom_table + entries * sizeof(uint32_t);301 atom_end = atom_table + entries * sizeof(uint64_t);
821 ATOM_PPLIB_Clock_Voltage_Dependency_Table *atom_table) in r600_parse_clk_voltage_dep_table() argument823 u32 size = atom_table->ucNumEntries * in r600_parse_clk_voltage_dep_table()832 entry = &atom_table->entries[0]; in r600_parse_clk_voltage_dep_table()833 for (i = 0; i < atom_table->ucNumEntries; i++) { in r600_parse_clk_voltage_dep_table()840 radeon_table->count = atom_table->ucNumEntries; in r600_parse_clk_voltage_dep_table()
232 ATOM_PPLIB_Clock_Voltage_Dependency_Table *atom_table) in amdgpu_parse_clk_voltage_dep_table() argument234 u32 size = atom_table->ucNumEntries * in amdgpu_parse_clk_voltage_dep_table()243 entry = &atom_table->entries[0]; in amdgpu_parse_clk_voltage_dep_table()244 for (i = 0; i < atom_table->ucNumEntries; i++) { in amdgpu_parse_clk_voltage_dep_table()251 amdgpu_table->count = atom_table->ucNumEntries; in amdgpu_parse_clk_voltage_dep_table()