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

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 89 int nLayers;
150 OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode);
151 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 190 Int nLayers, idx, i, j;
236 encParams->nLayers = encOption->numLayers;
243 if (encParams->nLayers != 1)
255 if (encParams->nLayers < 2)
259 for (i = 0; i < encParams->nLayers; i++)
362 encParams->nLayers = 1;
381 encParams->nLayers = 1;
485 for (i = 0; i < encParams->nLayers; i++)
492 for (i = 0; i < encParams->nLayers; i++)
497 if (encParams->nLayers > 1
    [all...]
mp4lib_int.h 178 Int nLayers;
rate_control.cpp 55 Int numLayers = encParams->nLayers;
421 Int numLayers = encParams->nLayers;
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 68 int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode)
77 decCtrl->nLayers = nLayers;
78 for (idx = 0; idx < nLayers; idx++)
94 video->numberOfLayers = nLayers;
98 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *));
101 video->memoryUsage += nLayers * sizeof(Vol *);
131 video->vopHeader = (Vop **) oscl_malloc(sizeof(Vop *) * nLayers);
134 else oscl_memset(video->vopHeader, 0, sizeof(Vop *)*nLayers);
135 video->memoryUsage += (sizeof(Vop *) * nLayers);
    [all...]

Completed in 183 milliseconds