Searched refs:Dequeue (Results 1 - 8 of 8) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
H A DExynosVideoApi.h285 ExynosVideoBuffer * (*Dequeue)(void *pHandle); member in struct:_ExynosVideoDecBufferOps
309 ExynosVideoBuffer * (*Dequeue)(void *pHandle); member in struct:_ExynosVideoEncBufferOps
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c464 (pInbufOps->Dequeue == NULL) || (pOutbufOps->Dequeue == NULL)) {
1043 if ((pVideoBuffer = pOutbufOps->Dequeue(hMFCHandle)) == NULL) {
1044 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "%s: %d: Failed - pOutbufOps->Dequeue", __FUNCTION__, __LINE__);
1854 pVideoBuffer = pInbufOps->Dequeue(hMFCHandle);
1963 if ((pVideoBuffer = pOutbufOps->Dequeue(hMFCHandle)) == NULL) {
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c592 (pInbufOps->Dequeue == NULL) || (pOutbufOps->Dequeue == NULL)) {
1177 if ((pVideoBuffer = pOutbufOps->Dequeue(hMFCHandle)) == NULL) {
1178 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "%s: %d: Failed - pOutbufOps->Dequeue", __FUNCTION__, __LINE__);
2055 pVideoBuffer = pInbufOps->Dequeue(hMFCHandle);
2164 if ((pVideoBuffer = pOutbufOps->Dequeue(hMFCHandle)) == NULL) {
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c302 (pInbufOps->Dequeue == NULL) || (pOutbufOps->Dequeue == NULL)) {
1786 pVideoBuffer = pInbufOps->Dequeue(hMFCHandle);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c406 (pInbufOps->Dequeue == NULL) || (pOutbufOps->Dequeue == NULL)) {
1821 pVideoBuffer = pInbufOps->Dequeue(hMFCHandle);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c221 (pInbufOps->Dequeue == NULL) || (pOutbufOps->Dequeue == NULL)) {
1410 pVideoBuffer = pInbufOps->Dequeue(hMFCHandle);
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
H A DExynosVideoDecoder.c1598 * [Decoder Buffer OPS] Dequeue (Input)
1648 * [Decoder Buffer OPS] Dequeue (Output)
2006 /* Temporary storage for Dequeue */
2211 .Dequeue = MFC_Decoder_Dequeue_Inbuf,
2233 .Dequeue = MFC_Decoder_Dequeue_Outbuf,
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
H A DExynosVideoEncoder.c1983 * [Encoder Buffer OPS] Dequeue (Input)
2030 * [Encoder Buffer OPS] Dequeue (Output)
2223 /* Temporary storage for Dequeue */
2325 .Dequeue = MFC_Encoder_Dequeue_Inbuf,
2348 .Dequeue = MFC_Encoder_Dequeue_Outbuf,

Completed in 194 milliseconds