HomeSort by relevance Sort by last modified time
    Searched refs:cIdx (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp 256 int cIdx, nIdx;
284 for (cIdx = num_ref_idx_lX_active_minus1 + 1; cIdx > *refIdxLX; cIdx--)
286 RefPicListX[ cIdx ] = RefPicListX[ cIdx - 1];
293 for (cIdx = *refIdxLX; cIdx <= num_ref_idx_lX_active_minus1 + 1; cIdx++)
295 if (RefPicListX[ cIdx ])
    [all...]
  /frameworks/rs/
rsAllocation.cpp 169 uint32_t cIdx, size_t sizeBytes) {
172 if (cIdx >= mHal.state.type->getElement()->getFieldCount()) {
173 ALOGE("Error Allocation::subElementData component %i out of range.", cIdx);
184 const Element * e = mHal.state.type->getElement()->getField(cIdx);
185 uint32_t elemArraySize = mHal.state.type->getElement()->getFieldArraySize(cIdx);
192 rsc->mHal.funcs.allocation.elementData1D(rsc, this, x, data, cIdx, sizeBytes);
197 const void *data, uint32_t cIdx, size_t sizeBytes) {
212 if (cIdx >= mHal.state.type->getElement()->getFieldCount()) {
213 ALOGE("Error Allocation::subElementData component %i out of range.", cIdx);
218 const Element * e = mHal.state.type->getElement()->getField(cIdx);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unames.c     [all...]
  /external/icu4c/common/
unames.cpp     [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 466 CXIndex CIdx;
469 explicit IndexSessionData(CXIndex cIdx)
470 : CIdx(cIdx), SkipBodyData(new SessionSkipBodyData) {}
534 CIndexer *CXXIdx = static_cast<CIndexer *>(IdxSession->CIdx);
763 CIndexer *CXXIdx = TU->CIdx;
950 CXIndexAction clang_IndexAction_create(CXIndex CIdx) {
951 return new IndexSessionData(CIdx);
    [all...]

Completed in 303 milliseconds