HomeSort by relevance Sort by last modified time
    Searched defs:pStorage (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H264SwDecApi.c 216 storage_t *pStorage;
226 pStorage = &(((decContainer_t *)decInst)->storage);
228 if (pStorage->activeSps == NULL || pStorage->activePps == NULL)
242 pDecInfo->picWidth = h264bsdPicWidth(pStorage) << 4;
243 pDecInfo->picHeight = h264bsdPicHeight(pStorage) << 4;
244 pDecInfo->videoRange = h264bsdVideoRange(pStorage);
245 pDecInfo->matrixCoefficients = h264bsdMatrixCoefficients(pStorage);
247 h264bsdCroppingParams(pStorage,
255 h264bsdSampleAspectRatio(pStorage,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h 238 IStorage *pStorage;
    [all...]
oaidl.h 798 PVOID pStorage;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 908 milliseconds