OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pInbufOps
(Results
1 - 10
of
10
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.h
46
ExynosVideoDecBufferOps *
pInbufOps
;
Exynos_OMX_H264dec.c
255
ExynosVideoDecBufferOps *
pInbufOps
= NULL;
268
pInbufOps
= (ExynosVideoDecBufferOps *)Exynos_OSAL_Malloc(sizeof(ExynosVideoDecBufferOps));
271
if ((pDecOps == NULL) || (
pInbufOps
== NULL) || (pOutbufOps == NULL)) {
278
pH264Dec->hMFCH264Handle.
pInbufOps
=
pInbufOps
;
283
pInbufOps
->nSize = sizeof(ExynosVideoDecBufferOps);
286
Exynos_Video_Register_Decoder(pDecOps,
pInbufOps
, pOutbufOps);
298
if ((
pInbufOps
->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
299
(
pInbufOps
->Run == NULL) || (pOutbufOps->Run == NULL) ||
300
(
pInbufOps
->Stop == NULL) || (pOutbufOps->Stop == NULL) |
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.h
48
ExynosVideoDecBufferOps *
pInbufOps
;
Exynos_OMX_Vp8dec.c
174
ExynosVideoDecBufferOps *
pInbufOps
= NULL;
187
pInbufOps
= (ExynosVideoDecBufferOps *)Exynos_OSAL_Malloc(sizeof(ExynosVideoDecBufferOps));
190
if ((pDecOps == NULL) || (
pInbufOps
== NULL) || (pOutbufOps == NULL)) {
197
pVp8Dec->hMFCVp8Handle.
pInbufOps
=
pInbufOps
;
202
pInbufOps
->nSize = sizeof(ExynosVideoDecBufferOps);
205
Exynos_Video_Register_Decoder(pDecOps,
pInbufOps
, pOutbufOps);
217
if ((
pInbufOps
->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
218
(
pInbufOps
->Run == NULL) || (pOutbufOps->Run == NULL) ||
219
(
pInbufOps
->Stop == NULL) || (pOutbufOps->Stop == NULL) |
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.h
51
ExynosVideoDecBufferOps *
pInbufOps
;
Exynos_OMX_Mpeg4enc.c
546
ExynosVideoEncBufferOps *
pInbufOps
= NULL;
559
pInbufOps
= (ExynosVideoEncBufferOps *)Exynos_OSAL_Malloc(sizeof(ExynosVideoEncBufferOps));
562
if ((pEncOps == NULL) || (
pInbufOps
== NULL) || (pOutbufOps == NULL)) {
569
pMpeg4Enc->hMFCMpeg4Handle.
pInbufOps
=
pInbufOps
;
574
pInbufOps
->nSize = sizeof(ExynosVideoEncBufferOps);
577
Exynos_Video_Register_Encoder(pEncOps,
pInbufOps
, pOutbufOps);
588
if ((
pInbufOps
->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
589
(
pInbufOps
->Run == NULL) || (pOutbufOps->Run == NULL) ||
590
(
pInbufOps
->Stop == NULL) || (pOutbufOps->Stop == NULL) |
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.h
54
ExynosVideoDecBufferOps *
pInbufOps
;
Exynos_OMX_H264enc.c
418
ExynosVideoEncBufferOps *
pInbufOps
= NULL;
431
pInbufOps
= (ExynosVideoEncBufferOps *)Exynos_OSAL_Malloc(sizeof(ExynosVideoEncBufferOps));
434
if ((pEncOps == NULL) || (
pInbufOps
== NULL) || (pOutbufOps == NULL)) {
441
pH264Enc->hMFCH264Handle.
pInbufOps
=
pInbufOps
;
446
pInbufOps
->nSize = sizeof(ExynosVideoEncBufferOps);
449
Exynos_Video_Register_Encoder(pEncOps,
pInbufOps
, pOutbufOps);
460
if ((
pInbufOps
->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
461
(
pInbufOps
->Run == NULL) || (pOutbufOps->Run == NULL) ||
462
(
pInbufOps
->Stop == NULL) || (pOutbufOps->Stop == NULL) |
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.h
73
ExynosVideoDecBufferOps *
pInbufOps
;
Exynos_OMX_Mpeg4dec.c
359
ExynosVideoDecBufferOps *
pInbufOps
= NULL;
372
pInbufOps
= (ExynosVideoDecBufferOps *)Exynos_OSAL_Malloc(sizeof(ExynosVideoDecBufferOps));
375
if ((pDecOps == NULL) || (
pInbufOps
== NULL) || (pOutbufOps == NULL)) {
382
pMpeg4Dec->hMFCMpeg4Handle.
pInbufOps
=
pInbufOps
;
387
pInbufOps
->nSize = sizeof(ExynosVideoDecBufferOps);
390
Exynos_Video_Register_Decoder(pDecOps,
pInbufOps
, pOutbufOps);
402
if ((
pInbufOps
->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
403
(
pInbufOps
->Run == NULL) || (pOutbufOps->Run == NULL) ||
404
(
pInbufOps
->Stop == NULL) || (pOutbufOps->Stop == NULL) |
[
all
...]
Completed in 32 milliseconds