OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUFFER_COPY
(Results
1 - 10
of
10
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c
432
if ((exynosInputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
504
} else if ((exynosInputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
618
if ((exynosOutputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
683
exynosInputPort->bufferProcessType =
BUFFER_COPY
;
686
if ((exynosInputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
[
all
...]
Exynos_OMX_VencControl.c
536
if ((pExynosComponent->pExynosPort[nPortIndex].bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
)
545
if ((pExynosComponent->pExynosPort[nPortIndex].bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
)
736
if ((pExynosPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
771
else if ((pExynosPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c
269
pExynosOutputPort->bufferProcessType =
BUFFER_COPY
| BUFFER_ANBSHARE;
488
if ((exynosInputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
515
} else if ((exynosInputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
628
if ((exynosOutputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
728
if ((exynosInputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
[
all
...]
Exynos_OMX_VdecControl.c
557
if ((pExynosComponent->pExynosPort[nPortIndex].bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
)
568
else if ((pExynosComponent->pExynosPort[nPortIndex].bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
)
788
if ((pExynosPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c
615
if (pExynosPort->bufferProcessType &
BUFFER_COPY
) {
756
if (pOutputPort->bufferProcessType &
BUFFER_COPY
) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c
806
} else if ((pExynosInputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
831
if ((pExynosInputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
892
if ((pExynosOutputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c
617
} else if ((pExynosInputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
642
if ((pExynosInputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
703
if ((pExynosOutputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
776
if ((pExynosOutputPort->bufferProcessType &
BUFFER_COPY
) ==
BUFFER_COPY
) {
777
/*
BUFFER_COPY
case, get dpb count */
811
if ((pExynosOutputPort->bufferProcessType &
BUFFER_COPY
) == BUFFER_COPY)
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
Exynos_OMX_Def.h
153
BUFFER_COPY
= 0x01,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c
[
all
...]
Completed in 46 milliseconds