Home
last modified time | relevance | path

Searched refs:row (Results 1 – 25 of 94) sorted by relevance

1234

/hardware/google/gfxstream/guest/mesa/bin/
Dgen_calendar_entries.py113 for row in range(2, 4):
157 for row in range(base + 1, 3):
179 for row in current:
180 if in_wanted and row[0]:
184 if row[0] == args.series:
186 …if in_wanted and len(row) >= 5 and row[4] in {LAST_RELEASE.format(args.series), OR_FINAL.format(ar…
189 r = list(row)
192 row = typing.cast('CalendarRowType', tuple(r))
193 last_row = row
194 writer.writerow(row)
[all …]
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_color_manager.cpp175 for( int row = 0; row < 3; row++) { in SetCSCLegacy() local
177 row, kernel_params->data.csc_cfg_data.csc_data.csc_mv[row*3 + 0], in SetCSCLegacy()
178 row, kernel_params->data.csc_cfg_data.csc_data.csc_mv[row*3 + 1], in SetCSCLegacy()
179 row, kernel_params->data.csc_cfg_data.csc_data.csc_mv[row*3 + 2]); in SetCSCLegacy()
180 DLOGV_IF(kTagQDCM, "kernel pre_bv[%d]=%x\n", row, in SetCSCLegacy()
181 kernel_params->data.csc_cfg_data.csc_data.csc_pre_bv[row]); in SetCSCLegacy()
182 DLOGV_IF(kTagQDCM, "kernel post_bv[%d]=%x\n", row, in SetCSCLegacy()
183 kernel_params->data.csc_cfg_data.csc_data.csc_post_bv[row]); in SetCSCLegacy()
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp116 for (int row = 0; row < height; row++) { in fillBuffer() local
118 int pixel = row * width + col; in fillBuffer()
121 int offset = (row * stride + col) * bytesPerPixel; in fillBuffer()
136 for (int row = 0; row < height; row++) { in clearColors() local
138 int pixel = row * displayWidth + col; in clearColors()
147 for (int row = area.top; row < area.bottom; row++) { in fillColorsArea() local
149 int pixel = row * stride + col; in fillColorsArea()
176 for (int row = 0; row < height; row++) { in compareColorBuffers() local
178 int pixel = row * width + col; in compareColorBuffers()
179 int offset = (row * stride + col) * bytesPerPixel; in compareColorBuffers()
/hardware/interfaces/graphics/composer/aidl/vts/
DReadbackVts.cpp127 for (int row = 0; row < height; row++) { in fillBuffer() local
129 auto pixel = row * static_cast<int32_t>(width) + col; in fillBuffer()
132 int offset = (row * static_cast<int32_t>(stride) + col) * bytesPerPixel; in fillBuffer()
147 for (int row = 0; row < height; row++) { in clearColors() local
149 int pixel = row * displayWidth + col; in clearColors()
157 for (int row = area.top; row < area.bottom; row++) { in fillColorsArea() local
159 int pixel = row * stride + col; in fillColorsArea()
182 for (int row = 0; row < height; row++) { in compareColorBuffers() local
184 auto pixel = row * static_cast<int32_t>(width) + col; in compareColorBuffers()
185 int offset = (row * static_cast<int32_t>(stride) + col) * bytesPerPixel; in compareColorBuffers()
[all …]
/hardware/google/pixel/pixelstats/
DBrownoutDetectedReporter.cpp296 std::vector<std::string> row; in logBrownoutCsv() local
300 row.push_back(field); in logBrownoutCsv()
303 max_value.triggered_timestamp_ = parseTimestamp(row[TIMESTAMP_IDX].c_str()); in logBrownoutCsv()
304 max_value.triggered_irq_ = parseIRQ(row[IRQ_IDX]); in logBrownoutCsv()
305 max_value.battery_soc_ = atoi(row[SOC_IDX].c_str()); in logBrownoutCsv()
306 max_value.battery_temp_ = atoi(row[TEMP_IDX].c_str()); in logBrownoutCsv()
307 max_value.battery_cycle_ = atoi(row[CYCLE_IDX].c_str()); in logBrownoutCsv()
308 max_value.voltage_now_ = atoi(row[VOLTAGE_IDX].c_str()); in logBrownoutCsv()
310 max_value.dvfs_value_[i] = atoi(row[i + DVFS_CHANNEL_0].c_str()); in logBrownoutCsv()
313 max_value.odpm_value_[i] = atoi(row[i + ODPM_CHANNEL_0].c_str()); in logBrownoutCsv()
[all …]
/hardware/qcom/sm7250/gps/android/2.1/
DGnssAntennaInfo.cpp91 out[i].phaseCenterVariationCorrectionMillimeters[j].row.resize(numberOfColumns); in convertGnssAntennaInfo()
93 out[i].phaseCenterVariationCorrectionMillimeters[j].row[k] = in convertGnssAntennaInfo()
103 row.resize(numberOfColumns); in convertGnssAntennaInfo()
105 out[i].phaseCenterVariationCorrectionUncertaintyMillimeters[j].row[k] = in convertGnssAntennaInfo()
114 out[i].signalGainCorrectionDbi[j].row.resize(numberOfColumns); in convertGnssAntennaInfo()
116 out[i].signalGainCorrectionDbi[j].row[k] = in[i].signalGainCorrectionDbi[j][k]; in convertGnssAntennaInfo()
124 out[i].signalGainCorrectionUncertaintyDbi[j].row.resize(numberOfColumns); in convertGnssAntennaInfo()
126 out[i].signalGainCorrectionUncertaintyDbi[j].row[k] = in convertGnssAntennaInfo()
/hardware/qcom/sm8150/gps/android/2.1/
DGnssAntennaInfo.cpp91 out[i].phaseCenterVariationCorrectionMillimeters[j].row.resize(numberOfColumns); in convertGnssAntennaInfo()
93 out[i].phaseCenterVariationCorrectionMillimeters[j].row[k] = in convertGnssAntennaInfo()
103 row.resize(numberOfColumns); in convertGnssAntennaInfo()
105 out[i].phaseCenterVariationCorrectionUncertaintyMillimeters[j].row[k] = in convertGnssAntennaInfo()
114 out[i].signalGainCorrectionDbi[j].row.resize(numberOfColumns); in convertGnssAntennaInfo()
116 out[i].signalGainCorrectionDbi[j].row[k] = in[i].signalGainCorrectionDbi[j][k]; in convertGnssAntennaInfo()
124 out[i].signalGainCorrectionUncertaintyDbi[j].row.resize(numberOfColumns); in convertGnssAntennaInfo()
126 out[i].signalGainCorrectionUncertaintyDbi[j].row[k] = in convertGnssAntennaInfo()
/hardware/interfaces/gnss/2.1/vts/functional/
Dgnss_hal_test_cases.cpp206 int numColumns = antennaInfo.phaseCenterVariationCorrectionMillimeters[0].row.size(); in TEST_P()
214 antennaInfo.phaseCenterVariationCorrectionMillimeters[0].row.size() == in TEST_P()
215 antennaInfo.phaseCenterVariationCorrectionUncertaintyMillimeters[0].row.size()); in TEST_P()
218 for (auto row : antennaInfo.phaseCenterVariationCorrectionMillimeters) { in TEST_P() local
219 ASSERT_TRUE(row.row.size() == numColumns); in TEST_P()
221 for (auto row : antennaInfo.phaseCenterVariationCorrectionUncertaintyMillimeters) { in TEST_P() local
222 ASSERT_TRUE(row.row.size() == numColumns); in TEST_P()
227 int numColumns = antennaInfo.signalGainCorrectionUncertaintyDbi[0].row.size(); in TEST_P()
234 ASSERT_TRUE(antennaInfo.signalGainCorrectionDbi[0].row.size() == in TEST_P()
235 antennaInfo.signalGainCorrectionUncertaintyDbi[0].row.size()); in TEST_P()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dasciidoctor-mathematical-ext.rb15 (table.rows[:body] + table.rows[:foot]).each do |row|
16 row.each do |cell|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_color_manager_drm.cpp277 for (uint32_t row = 0; row < GAMUT_3D_TBL_NUM; row++) { in GetDrmGamut() local
279 mdp_gamut->col[row][col].c0 = sde_gamut->c0_data[row][col]; in GetDrmGamut()
280 mdp_gamut->col[row][col].c2_c1 = sde_gamut->c1_c2_data[row][col]; in GetDrmGamut()
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_color_manager_drm.cpp277 for (uint32_t row = 0; row < GAMUT_3D_TBL_NUM; row++) { in GetDrmGamut() local
279 mdp_gamut->col[row][col].c0 = sde_gamut->c0_data[row][col]; in GetDrmGamut()
280 mdp_gamut->col[row][col].c2_c1 = sde_gamut->c1_c2_data[row][col]; in GetDrmGamut()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_color_manager_drm.cpp277 for (uint32_t row = 0; row < GAMUT_3D_TBL_NUM; row++) { in GetDrmGamut() local
279 mdp_gamut->col[row][col].c0 = sde_gamut->c0_data[row][col]; in GetDrmGamut()
280 mdp_gamut->col[row][col].c2_c1 = sde_gamut->c1_c2_data[row][col]; in GetDrmGamut()
/hardware/interfaces/gnss/2.1/
DIGnssAntennaInfoCallback.hal24 * A row of doubles. This is used to represent a row in a 2D array, which are used to
28 vec<double> row;
72 * Each row vector (outer vectors) represents a fixed theta. The first row
73 * corresponds to a theta angle of 0 degrees. The last row corresponds to a
106 * Each row vector (outer vectors) represents a fixed theta. The first row
107 * corresponds to a theta angle of 0 degrees. The last row corresponds to a
/hardware/interfaces/automotive/evs/1.0/default/
DEvsDisplay.cpp272 for (unsigned row = 0; row < mBuffer.height; row++) { in returnTargetBufferForDisplay() local
281 ((row & 0xFF) << 8) | // vertical gradient in returnTargetBufferForDisplay()
283 if ((row | col) == 0) { in returnTargetBufferForDisplay()
DEvsCamera.cpp492 for (unsigned row = 0; row < buff.height; row++) { in fillTestFrame() local
501 ((row & 0xFF) << 8) | // vertical gradient in fillTestFrame()
503 if ((row | col) == 0) { in fillTestFrame()
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_access.hpp29 GLM_FUNC_DECL typename genType::row_type row(
36 GLM_FUNC_DECL genType row(
Dmatrix_access.inl7 GLM_FUNC_QUALIFIER genType row function
23 GLM_FUNC_QUALIFIER typename genType::row_type row function
/hardware/interfaces/automotive/evs/1.1/default/
DEvsDisplay.cpp313 for (unsigned row = 0; row < mBuffer.height; row++) { in returnTargetBufferForDisplayImpl()
322 ((row & 0xFF) << 8) | // vertical gradient in returnTargetBufferForDisplayImpl()
324 if ((row | col) == 0) { in returnTargetBufferForDisplayImpl()
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dmatrix_decompose.inl94 // Compute X scale factor and normalize first row.
99 // Compute XY shear factor and make 2nd row orthogonal to 1st.
103 // Now, compute Y scale and normalize 2nd row.
108 // Compute XZ and YZ shears, orthogonalize 3rd row.
114 // Next, get Z scale and normalize 3rd row.
123 Pdum3 = cross(Row[1], Row[2]); // v3Cross(row[1], row[2], Pdum3);
/hardware/google/aemu/base/
DLayoutResolver.cpp66 std::vector<Rect>& row, in computeCoordinatesPerRow() argument
70 std::stable_sort(row.begin(), row.end(), [](const Rect& a, const Rect& b) { in computeCoordinatesPerRow()
74 for (const auto& iter : row) { in computeCoordinatesPerRow()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconsole_printer.py25 return MIN_PADDING + max((len(row[columnNum]) for row in collection))
48 for row in fullTable:
50 for data, width in zip(row, widths):
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h560 unsigned char *row = (unsigned char *) data + j * x * comp; in stbi_write_tga_core() local
564 unsigned char *begin = row + i * comp; in stbi_write_tga_core()
570 diff = memcmp(begin, row + (i + 1) * comp, comp); in stbi_write_tga_core()
574 if (memcmp(prev, row + k * comp, comp)) { in stbi_write_tga_core()
584 if (!memcmp(begin, row + k * comp, comp)) { in stbi_write_tga_core()
1470 int row, col, i, k, subsample; in stbi_write_jpg_core() local
1490 for(row = 0, k = 0; row < 8; ++row) { in stbi_write_jpg_core()
1492 fdtbl_Y[k] = 1 / (YTable [stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1537 for(row = y, pos = 0; row < y+16; ++row) { in stbi_write_jpg_core()
[all …]
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h560 unsigned char *row = (unsigned char *) data + j * x * comp; in stbi_write_tga_core() local
564 unsigned char *begin = row + i * comp; in stbi_write_tga_core()
570 diff = memcmp(begin, row + (i + 1) * comp, comp); in stbi_write_tga_core()
574 if (memcmp(prev, row + k * comp, comp)) { in stbi_write_tga_core()
584 if (!memcmp(begin, row + k * comp, comp)) { in stbi_write_tga_core()
1470 int row, col, i, k, subsample; in stbi_write_jpg_core() local
1490 for(row = 0, k = 0; row < 8; ++row) { in stbi_write_jpg_core()
1492 fdtbl_Y[k] = 1 / (YTable [stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1537 for(row = y, pos = 0; row < y+16; ++row) { in stbi_write_jpg_core()
[all …]
/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp205 for (unsigned row = 0; row < height; row++) { in copyMatchedInterleavedFormats() local
/hardware/interfaces/gnss/aidl/vts/
Dgnss_hal_test_cases.cpp1389 int numColumns = antennaInfo.phaseCenterVariationCorrectionMillimeters[0].row.size(); in TEST_P()
1397 antennaInfo.phaseCenterVariationCorrectionMillimeters[0].row.size() == in TEST_P()
1398 antennaInfo.phaseCenterVariationCorrectionUncertaintyMillimeters[0].row.size()); in TEST_P()
1401 for (auto row : antennaInfo.phaseCenterVariationCorrectionMillimeters) { in TEST_P() local
1402 ASSERT_TRUE(row.row.size() == numColumns); in TEST_P()
1404 for (auto row : antennaInfo.phaseCenterVariationCorrectionUncertaintyMillimeters) { in TEST_P() local
1405 ASSERT_TRUE(row.row.size() == numColumns); in TEST_P()
1410 int numColumns = antennaInfo.signalGainCorrectionUncertaintyDbi[0].row.size(); in TEST_P()
1417 ASSERT_TRUE(antennaInfo.signalGainCorrectionDbi[0].row.size() == in TEST_P()
1418 antennaInfo.signalGainCorrectionUncertaintyDbi[0].row.size()); in TEST_P()
[all …]

1234