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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H264SwDecApi.c 214 storage_t *pStorage;
224 pStorage = &(((decContainer_t *)decInst)->storage);
226 if (pStorage->activeSps == NULL || pStorage->activePps == NULL)
240 pDecInfo->picWidth = h264bsdPicWidth(pStorage) << 4;
241 pDecInfo->picHeight = h264bsdPicHeight(pStorage) << 4;
242 pDecInfo->videoRange = h264bsdVideoRange(pStorage);
243 pDecInfo->matrixCoefficients = h264bsdMatrixCoefficients(pStorage);
245 h264bsdCroppingParams(pStorage,
253 h264bsdSampleAspectRatio(pStorage,
    [all...]
  /external/opencv3/modules/videoio/src/
cap_dshow.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h 204 IStorage *pStorage;
617 WINOLEAPI StgCreatePropSetStg(IStorage *pStorage,DWORD dwReserved,IPropertySetStorage **ppPropSetStg);
oaidl.h 619 PVOID pStorage;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1123 milliseconds