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

  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 114 ExynosVideoDecContext *pCtx = NULL;
118 pCtx = (ExynosVideoDecContext *)malloc(sizeof(*pCtx));
119 if (pCtx == NULL) {
124 memset(pCtx, 0, sizeof(*pCtx));
126 pCtx->hDec = exynos_v4l2_open_devname(VIDEO_DECODER_NAME, O_RDWR, 0);
127 if (pCtx->hDec < 0) {
132 if (!exynos_v4l2_querycap(pCtx->hDec, needCaps)) {
137 pCtx->bStreamonInbuf = VIDEO_FALSE
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c 121 ExynosVideoEncContext *pCtx = NULL;
125 pCtx = (ExynosVideoEncContext *)malloc(sizeof(*pCtx));
126 if (pCtx == NULL) {
131 memset(pCtx, 0, sizeof(*pCtx));
133 pCtx->hEnc = exynos_v4l2_open_devname(VIDEO_ENCODER_NAME, O_RDWR, 0);
134 if (pCtx->hEnc < 0) {
139 if (!exynos_v4l2_querycap(pCtx->hEnc, needCaps)) {
144 pCtx->bStreamonInbuf = VIDEO_FALSE
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 374 milliseconds