Home
last modified time | relevance | path

Searched defs:pIdx (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dnal_encap.cpp67 int32_t* pIdx = &pWelsEncoderOuput->iNalIndex; in WelsUnloadNal() local
100 int32_t* pIdx = &pSliceBs->iNalIndex; in WelsUnloadNalForSlice() local
/third_party/sqlite/src/
Dshell.c11478 static int dbdataBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdx){ in dbdataBestIndex()