Home
last modified time | relevance | path

Searched refs:numSlots (Results 1 – 7 of 7) sorted by relevance

/external/aac/libSACdec/src/
Dsac_tsd.cpp206 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()
Dsac_tsd.h114 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/
Dweaver_test.cpp57 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/
DWeaver.cpp63 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/
Dweaver.c179 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/
Dweaver.h88 EseAppResult ese_weaver_get_num_slots(struct EseWeaverSession *session, uint32_t *numSlots);
/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp478 …int numSlots = isMatCase ? glu::getDataTypeMatrixNumColumns(m_rgbAttrType) : 1; // Matrix uses a… in setupVarAttribPointer() local
480 for (int slotNdx = 0; slotNdx < numSlots; slotNdx++) in setupVarAttribPointer()