OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIDEO_ERROR_NONE
(Results
1 - 8
of
8
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c
201
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
286
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
653
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
677
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
704
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
730
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
756
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
782
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
808
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
832
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c
204
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
290
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
353
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
377
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
400
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
423
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
446
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
469
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
494
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
557
ExynosVideoErrorType ret =
VIDEO_ERROR_NONE
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c
575
if (pBufOps->Register(hMFCHandle, pPlanes, nPlaneCnt) !=
VIDEO_ERROR_NONE
) {
727
if (pOutbufOps->Get_Geometry(hMFCHandle, &pH264Dec->hMFCH264Handle.codecOutbufConf) !=
VIDEO_ERROR_NONE
) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c
679
if (pBufOps->Register(hMFCHandle, pPlanes, nPlaneCnt) !=
VIDEO_ERROR_NONE
) {
812
if (pInbufOps->Enable_Cacheable(hMFCHandle) !=
VIDEO_ERROR_NONE
) {
818
if (pInbufOps->Set_Geometry(hMFCHandle, &bufferConf) !=
VIDEO_ERROR_NONE
) {
825
if (pInbufOps->Setup(hMFCHandle, inputBufferNumber) !=
VIDEO_ERROR_NONE
) {
842
if (pInbufOps->Register(hMFCHandle, &plane, MFC_INPUT_BUFFER_PLANE) !=
VIDEO_ERROR_NONE
) {
853
if (pOutbufOps->Set_Geometry(hMFCHandle, &bufferConf) !=
VIDEO_ERROR_NONE
) {
862
(unsigned int *)&oneFrameSize, MFC_INPUT_BUFFER_PLANE, pSrcInputData->bufferHeader) !=
VIDEO_ERROR_NONE
) {
870
if (pInbufOps->Run(hMFCHandle) !=
VIDEO_ERROR_NONE
) {
878
if (pOutbufOps->Get_Geometry(hMFCHandle, &pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf) !=
VIDEO_ERROR_NONE
) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c
494
if (pBufOps->Register(hMFCHandle, pPlanes, nPlaneCnt) !=
VIDEO_ERROR_NONE
) {
623
if (pInbufOps->Enable_Cacheable(hMFCHandle) !=
VIDEO_ERROR_NONE
) {
629
if (pInbufOps->Set_Geometry(hMFCHandle, &bufferConf) !=
VIDEO_ERROR_NONE
) {
636
if (pInbufOps->Setup(hMFCHandle, inputBufferNumber) !=
VIDEO_ERROR_NONE
) {
653
if (pInbufOps->Register(hMFCHandle, &plane, MFC_INPUT_BUFFER_PLANE) !=
VIDEO_ERROR_NONE
) {
664
if (pOutbufOps->Set_Geometry(hMFCHandle, &bufferConf) !=
VIDEO_ERROR_NONE
) {
673
(unsigned int *)&oneFrameSize, MFC_INPUT_BUFFER_PLANE, pSrcInputData->bufferHeader) !=
VIDEO_ERROR_NONE
) {
681
if (pInbufOps->Run(hMFCHandle) !=
VIDEO_ERROR_NONE
) {
689
if (pOutbufOps->Get_Geometry(hMFCHandle, &pVp8Dec->hMFCVp8Handle.codecOutbufConf) !=
VIDEO_ERROR_NONE
) {
781
if (pOutbufOps->Enable_Cacheable(hMFCHandle) !=
VIDEO_ERROR_NONE
) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c
737
if (pBufOps->Register(hMFCHandle, pPlanes, nPlaneCnt) !=
VIDEO_ERROR_NONE
) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h
33
VIDEO_ERROR_NONE
= 1,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c
[
all
...]
Completed in 120 milliseconds