OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nOutbufs
(Results
1 - 9
of
9
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoEnc.h
38
int
nOutbufs
;
ExynosVideoDec.h
41
int
nOutbufs
;
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c
250
for (i = 0; i < pCtx->
nOutbufs
; i++) {
685
if (pCtx->
nOutbufs
<= nIndex) {
1000
pCtx->
nOutbufs
= req.count;
1002
pCtx->pOutbuf = malloc(sizeof(*pCtx->pOutbuf) * pCtx->
nOutbufs
);
1008
memset(pCtx->pOutbuf, 0, sizeof(*pCtx->pOutbuf) * pCtx->
nOutbufs
);
1018
for (i = 0; i < pCtx->
nOutbufs
; i++) {
1053
for (i = 0; i < pCtx->
nOutbufs
; i++) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c
243
for (i = 0; i < pCtx->
nOutbufs
; i++) {
986
if (pCtx->
nOutbufs
<= nIndex) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c
659
int i,
nOutbufs
;
691
nOutbufs
= pDecOps->Get_ActualBufferCount(hMFCHandle);
692
nOutbufs
+= EXTRA_DPB_NUM;
693
for (i = 0; i <
nOutbufs
; i++) {
737
Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "H264CodecSetup
nOutbufs
: %d", pH264Dec->hMFCH264Handle.maxDPBNum);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c
706
int i,
nOutbufs
;
738
nOutbufs
= pDecOps->Get_ActualBufferCount(hMFCHandle);
739
nOutbufs
+= EXTRA_DPB_NUM;
740
for (i = 0; i <
nOutbufs
; i++) {
888
Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "Mpeg4CodecSetup
nOutbufs
: %d", pMpeg4Dec->hMFCMpeg4Handle.maxDPBNum);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c
521
int i,
nOutbufs
;
553
nOutbufs
= pDecOps->Get_ActualBufferCount(hMFCHandle);
554
nOutbufs
+= EXTRA_DPB_NUM;
555
for (i = 0; i <
nOutbufs
; i++) {
699
Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "Vp8CodecSetup
nOutbufs
: %d", pVp8Dec->hMFCVp8Handle.maxDPBNum);
772
int i,
nOutbufs
;
778
nOutbufs
= pVp8Dec->hMFCVp8Handle.maxDPBNum;
787
nOutbufs
= pExynosOutputPort->portDefinition.nBufferCountActual;
812
ret = Exynos_Allocate_CodecBuffers(pOMXComponent, OUTPUT_PORT_INDEX,
nOutbufs
, nAllocLen);
815
for (i = 0; i <
nOutbufs
; i++)
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c
764
int i,
nOutbufs
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c
[
all
...]
Completed in 600 milliseconds