Searched refs:numSlots (Results 1 – 7 of 7) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_tsd.cpp | 206 int TsdRead(HANDLE_FDK_BITSTREAM hBs, const int numSlots, TSD_DATA *pTsdData) { in TsdRead() argument 211 switch (numSlots) { in TsdRead() 231 pTsdData->numSlots = numSlots; in TsdRead() 246 for (k = 0; k < numSlots; k++) { in TsdRead() 258 k = numSlots - 1; in TsdRead() 292 for (k = 0; k < numSlots; k++) { in TsdRead()
|
D | sac_tsd.h | 114 UCHAR numSlots; /**< total number of QMF slots per frame */ member 132 int TsdRead(HANDLE_FDK_BITSTREAM hBs, const int numSlots, TSD_DATA *pTsdData);
|
/external/libese/apps/weaver/tests/ |
D | weaver_test.cpp | 57 uint32_t numSlots; in TEST_F() local 58 ASSERT_EQ(ESE_APP_RESULT_OK, ese_weaver_get_num_slots(&mSession, &numSlots)); in TEST_F() 59 ASSERT_EQ(uint32_t{64}, numSlots); in TEST_F()
|
/external/libese/esed/ |
D | Weaver.cpp | 63 uint32_t numSlots; in getConfig() local 64 if (ese_weaver_get_num_slots(&ws, &numSlots) != ESE_APP_RESULT_OK) { in getConfig() 74 _hidl_cb(WeaverStatus::OK, WeaverConfig{numSlots, kEseWeaverKeySize, kEseWeaverValueSize}); in getConfig()
|
/external/libese/apps/weaver/ |
D | weaver.c | 179 uint32_t *numSlots) { in ese_weaver_get_num_slots() argument 186 if (!numSlots) { in ese_weaver_get_num_slots() 216 *numSlots = get_uint32(rx_buf); in ese_weaver_get_num_slots()
|
/external/libese/apps/weaver/include/ese/app/ |
D | weaver.h | 88 EseAppResult ese_weaver_get_num_slots(struct EseWeaverSession *session, uint32_t *numSlots);
|
/external/deqp/modules/gles3/functional/ |
D | es3fInstancedRenderingTests.cpp | 478 …int numSlots = isMatCase ? glu::getDataTypeMatrixNumColumns(m_rgbAttrType) : 1; // Matrix uses a… in setupVarAttribPointer() local 480 for (int slotNdx = 0; slotNdx < numSlots; slotNdx++) in setupVarAttribPointer()
|