Searched refs:slice (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_data.c60 Decode one slice. Function decodes stream data, i.e. macroblocks
63 Macroblock to slice group mapping is considered when next
72 pSliceHeader pointer to slice header of the current slice
118 /* increment slice index, will be one for decoding of the first slice of
120 pStorage->slice->sliceId++;
124 pStorage->slice->lastMbAddr = 0;
127 /* initial quantization parameter for the slice is obtained as the sum of
128 * initial QP for the picture and sliceQpDelta for the current slice */
[all...]
H A Dh264bsd_storage.h85 /* current slice group map, recomputed for each slice */
98 /* store information needed for handling of slice decoding */
99 sliceStorage_t slice[1]; member in struct:__anon864
128 /* slice header, second structure used as a temporary storage while
129 * decoding slice header, first one stores last successfully decoded
130 * slice header */
H A Dh264bsd_storage.c275 macroblock storages and slice group map and (re-)initializes the
451 pStorage->slice->numDecodedMbs = 0;
452 pStorage->slice->sliceId = 0;
470 considers that new picture is starting if no slice headers
539 if (pStorage->slice->numDecodedMbs == pStorage->picSizeInMbs)
560 Compute slice group map. Just call h264bsdDecodeSliceGroupMap with
600 following conditions checked only for slice NAL units, values
601 compared to ones obtained from previous slice:
603 -NAL unit type differs (slice / IDR slice)
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DAndroid.mk18 src/slice.cpp \
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java416 ParceledListSlice<PackageInfo> slice;
420 slice = mPM.getInstalledPackages(flags, lastKey, userId);
421 lastItem = slice.populateList(packageInfos, PackageInfo.CREATOR);
422 } while (!slice.isLastSlice());
437 ParceledListSlice<ApplicationInfo> slice;
441 slice = mPM.getInstalledApplications(flags, lastKey, userId);
442 lastItem = slice.populateList(applicationInfos, ApplicationInfo.CREATOR);
443 } while (!slice.isLastSlice());
/frameworks/rs/driver/
H A DrsdBcc.cpp188 uint32_t slice = (uint32_t)android_atomic_inc(&mtls->mSliceNum); local
189 uint32_t yStart = mtls->yStart + slice * mtls->mSliceSize;
230 uint32_t slice = (uint32_t)android_atomic_inc(&mtls->mSliceNum); local
231 uint32_t xStart = mtls->xStart + slice * mtls->mSliceSize;
238 //ALOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.cpp370 uint32_t slice = (uint32_t)android_atomic_inc(&mtls->mSliceNum); local
371 uint32_t yStart = mtls->yStart + slice * mtls->mSliceSize;
401 uint32_t slice = (uint32_t)android_atomic_inc(&mtls->mSliceNum); local
402 uint32_t xStart = mtls->xStart + slice * mtls->mSliceSize;
409 //ALOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd);
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java326 ParceledListSlice<PackageInfo> slice;
330 slice = pm.getInstalledPackages(flags, lastKey, userId);
331 lastItem = slice.populateList(packageInfos, PackageInfo.CREATOR);
332 } while (!slice.isLastSlice());

Completed in 97 milliseconds