OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pPlanes
(Results
1 - 5
of
5
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c
463
ExynosVideoPlane *
pPlanes
= NULL;
480
pPlanes
= (ExynosVideoPlane *)Exynos_OSAL_Malloc(sizeof(ExynosVideoPlane) * nPlaneCnt);
481
if (
pPlanes
== NULL) {
489
pPlanes
[j].addr = ppCodecBuffer[i]->pVirAddr[j];
490
pPlanes
[j].fd = ppCodecBuffer[i]->fd[j];
491
pPlanes
[j].allocSize = ppCodecBuffer[i]->bufferSize[j];
494
if (pBufOps->Register(hMFCHandle,
pPlanes
, nPlaneCnt) != VIDEO_ERROR_NONE) {
497
Exynos_OSAL_Free(
pPlanes
);
502
Exynos_OSAL_Free(
pPlanes
);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c
544
ExynosVideoPlane *
pPlanes
= NULL;
561
pPlanes
= (ExynosVideoPlane *)Exynos_OSAL_Malloc(sizeof(ExynosVideoPlane) * nPlaneCnt);
562
if (
pPlanes
== NULL) {
570
pPlanes
[j].addr = ppCodecBuffer[i]->pVirAddr[j];
571
pPlanes
[j].fd = ppCodecBuffer[i]->fd[j];
572
pPlanes
[j].allocSize = ppCodecBuffer[i]->bufferSize[j];
575
if (pBufOps->Register(hMFCHandle,
pPlanes
, nPlaneCnt) != VIDEO_ERROR_NONE) {
578
Exynos_OSAL_Free(
pPlanes
);
583
Exynos_OSAL_Free(
pPlanes
);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c
648
ExynosVideoPlane *
pPlanes
= NULL;
665
pPlanes
= (ExynosVideoPlane *)Exynos_OSAL_Malloc(sizeof(ExynosVideoPlane) * nPlaneCnt);
666
if (
pPlanes
== NULL) {
674
pPlanes
[j].addr = ppCodecBuffer[i]->pVirAddr[j];
675
pPlanes
[j].fd = ppCodecBuffer[i]->fd[j];
676
pPlanes
[j].allocSize = ppCodecBuffer[i]->bufferSize[j];
679
if (pBufOps->Register(hMFCHandle,
pPlanes
, nPlaneCnt) != VIDEO_ERROR_NONE) {
682
Exynos_OSAL_Free(
pPlanes
);
687
Exynos_OSAL_Free(
pPlanes
);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c
706
ExynosVideoPlane *
pPlanes
= NULL;
723
pPlanes
= (ExynosVideoPlane *)Exynos_OSAL_Malloc(sizeof(ExynosVideoPlane) * nPlaneCnt);
724
if (
pPlanes
== NULL) {
732
pPlanes
[j].addr = ppCodecBuffer[i]->pVirAddr[j];
733
pPlanes
[j].fd = ppCodecBuffer[i]->fd[j];
734
pPlanes
[j].allocSize = ppCodecBuffer[i]->bufferSize[j];
737
if (pBufOps->Register(hMFCHandle,
pPlanes
, nPlaneCnt) != VIDEO_ERROR_NONE) {
740
Exynos_OSAL_Free(
pPlanes
);
745
Exynos_OSAL_Free(
pPlanes
);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c
[
all
...]
Completed in 1212 milliseconds