HomeSort by relevance Sort by last modified time
    Searched refs:cIdx (Results 1 - 4 of 4) 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 117 uint32_t cIdx, size_t sizeBytes) {
120 if (cIdx >= mHal.state.type->getElement()->getFieldCount()) {
121 ALOGE("Error Allocation::subElementData component %i out of range.", cIdx);
132 const Element * e = mHal.state.type->getElement()->getField(cIdx);
133 uint32_t elemArraySize = mHal.state.type->getElement()->getFieldArraySize(cIdx);
140 rsc->mHal.funcs.allocation.elementData1D(rsc, this, x, data, cIdx, sizeBytes);
145 const void *data, uint32_t cIdx, size_t sizeBytes) {
160 if (cIdx >= mHal.state.type->getElement()->getFieldCount()) {
161 ALOGE("Error Allocation::subElementData component %i out of range.", cIdx);
166 const Element * e = mHal.state.type->getElement()->getField(cIdx);
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 634 const void *data, uint32_t cIdx, uint32_t sizeBytes) {
641 const Element * e = alloc->mHal.state.type->getElement()->getField(cIdx);
642 ptr += alloc->mHal.state.type->getElement()->getFieldOffsetBytes(cIdx);
655 const void *data, uint32_t cIdx, uint32_t sizeBytes) {
662 const Element * e = alloc->mHal.state.type->getElement()->getField(cIdx);
663 ptr += alloc->mHal.state.type->getElement()->getFieldOffsetBytes(cIdx);
  /external/icu4c/common/
unames.c     [all...]

Completed in 83 milliseconds