Home
last modified time | relevance | path

Searched refs:nFlags (Results 1 – 25 of 127) sorted by relevance

123456

/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
Domx_rpc_skel.c93 OMX_U32 nFlags = 0; in RPC_SKEL_EmptyBufferDone() local
116 RPC_GETFIELDVALUE(pMsgBody, nPos, nFlags, OMX_U32); in RPC_SKEL_EmptyBufferDone()
120 nOffset, nFlags); in RPC_SKEL_EmptyBufferDone()
144 OMX_U32 nFlags = 0; in RPC_SKEL_FillBufferDone() local
169 RPC_GETFIELDVALUE(pMsgBody, nPos, nFlags, OMX_U32); in RPC_SKEL_FillBufferDone()
177 nOffset, nFlags, nTimeStamp, hMarkTargetComponent, pMarkData); in RPC_SKEL_FillBufferDone()
/hardware/ti/omap4-aah/domx/domx/omx_rpc/src/
Domx_rpc_skel.c93 OMX_U32 nFlags = 0; in RPC_SKEL_EmptyBufferDone() local
116 RPC_GETFIELDVALUE(pMsgBody, nPos, nFlags, OMX_U32); in RPC_SKEL_EmptyBufferDone()
120 nOffset, nFlags); in RPC_SKEL_EmptyBufferDone()
144 OMX_U32 nFlags = 0; in RPC_SKEL_FillBufferDone() local
169 RPC_GETFIELDVALUE(pMsgBody, nPos, nFlags, OMX_U32); in RPC_SKEL_FillBufferDone()
177 nOffset, nFlags, nTimeStamp, hMarkTargetComponent, pMarkData); in RPC_SKEL_FillBufferDone()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp168 if (source_len == 0 && (source->nFlags & 0x01)) { in parse_sc_frame()
181 dest->nFlags = source->nFlags; in parse_sc_frame()
435 if (source->nFlags & OMX_BUFFERFLAG_EOS) { in parse_sc_frame()
442 if (source->nFlags & OMX_BUFFERFLAG_EOS) { in parse_sc_frame()
449 if (source->nFlags & OMX_BUFFERFLAG_EOS) { in parse_sc_frame()
499 if (source->nFlags & OMX_BUFFERFLAG_EOS) { in parse_h264_nallength()
507 "flags %u", (unsigned int)source_len, (unsigned int)source->nFlags); in parse_h264_nallength()
550 dest->nFlags = source->nFlags; in parse_h264_nallength()
Dts_parser.cpp166 if (header->nFlags & OMX_BUFFERFLAG_CODECCONFIG) { in insert_timestamp()
170 if ((header->nFlags & OMX_BUFFERFLAG_EOS) && !header->nFilledLen) { in insert_timestamp()
200 if (header->nFlags & OMX_BUFFERFLAG_EOS) { in insert_timestamp()
Domx_vdec_msm8974.cpp5660 m_inp_mem_ptr[nBufferIndex].nFlags = m_inp_heap_ptr[nBufferIndex].nFlags; in empty_this_buffer()
5674 if (buffer->nFlags & OMX_BUFFERFLAG_CODECCONFIG) { in empty_this_buffer()
5736 ((buffer->nFlags & OMX_BUFFERFLAG_EOS) == 0)) { in empty_this_buffer_proxy()
5754 if (buffer->nFlags & OMX_BUFFERFLAG_EOS) { in empty_this_buffer_proxy()
5838 frameinfo.flags |= buffer->nFlags; in empty_this_buffer_proxy()
5846 } else if (!arbitrary_bytes && !(buffer->nFlags & OMX_BUFFERFLAG_CODECCONFIG)) { in empty_this_buffer_proxy()
5855 if (buffer->nFlags & QOMX_VIDEO_BUFFERFLAG_EOSEQ) { in empty_this_buffer_proxy()
5857 buffer->nFlags &= ~QOMX_VIDEO_BUFFERFLAG_EOSEQ; in empty_this_buffer_proxy()
5860 if (temp_buffer->buffer_len == 0 || (buffer->nFlags & OMX_BUFFERFLAG_EOS)) { in empty_this_buffer_proxy()
5881 if (temp_buffer->buffer_len == 0 || (buffer->nFlags & OMX_BUFFERFLAG_EOS)) { in empty_this_buffer_proxy()
[all …]
Domx_vdec.cpp5265 if (buffer->nFlags & OMX_BUFFERFLAG_CODECCONFIG) { in empty_this_buffer()
5320 m_inp_mem_ptr[nBufferIndex].nFlags = m_inp_heap_ptr[nBufferIndex].nFlags; in empty_this_buffer()
5398 ((buffer->nFlags & OMX_BUFFERFLAG_EOS) == 0)) { in empty_this_buffer_proxy()
5419 if (buffer->nFlags & OMX_BUFFERFLAG_EOS) { in empty_this_buffer_proxy()
5490 frameinfo.flags |= buffer->nFlags; in empty_this_buffer_proxy()
5500 } else if (!arbitrary_bytes && !(buffer->nFlags & OMX_BUFFERFLAG_CODECCONFIG)) { in empty_this_buffer_proxy()
5517 if (buffer->nFlags & QOMX_VIDEO_BUFFERFLAG_EOSEQ) { in empty_this_buffer_proxy()
5519 buffer->nFlags &= ~QOMX_VIDEO_BUFFERFLAG_EOSEQ; in empty_this_buffer_proxy()
5522 if (temp_buffer->buffer_len == 0 || (buffer->nFlags & OMX_BUFFERFLAG_EOS)) { in empty_this_buffer_proxy()
6325 buffer->nFlags &= ~OMX_BUFFERFLAG_EXTRADATA; in fill_buffer_done()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
DExynos_OMX_Adec.c419 dataBuffer->nFlags = 0; in Exynos_InputBufferReturn()
460 dataBuffer->nFlags = dataBuffer->bufferHeader->nFlags; in Exynos_InputBufferGetQueue()
491 bufferHeader->nFlags = dataBuffer->nFlags; in Exynos_OutputBufferReturn()
501 if (bufferHeader->nFlags & OMX_BUFFERFLAG_EOS) { in Exynos_OutputBufferReturn()
506 bufferHeader->nFlags, NULL); in Exynos_OutputBufferReturn()
524 dataBuffer->nFlags = 0; in Exynos_OutputBufferReturn()
613 if (inputUseBuffer->nFlags & OMX_BUFFERFLAG_EOS) in Exynos_Preprocessor_InputData()
629 inputData->nFlags = inputUseBuffer->nFlags; in Exynos_Preprocessor_InputData()
634 inputData->nFlags |= OMX_BUFFERFLAG_EOS; in Exynos_Preprocessor_InputData()
638 inputData->nFlags = (inputData->nFlags & (~OMX_BUFFERFLAG_EOS)); in Exynos_Preprocessor_InputData()
[all …]
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp220 bool eos = (inBuffer->nFlags & OMX_BUFFERFLAG_EOS)? true:false; in ProcessorProcess()
230 if (inBuffer->nFlags & OMX_BUFFERFLAG_CODECCONFIG) { in ProcessorProcess()
234 if (inBuffer->nFlags & OMX_BUFFERFLAG_DECODEONLY) { in ProcessorProcess()
279 bool inputEoS = ((*pBuffers[INPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS); in ProcessorProcess()
280 bool outputEoS = ((*pBuffers[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS); in ProcessorProcess()
325 buffer->nFlags = OMX_BUFFERFLAG_EOS; in FillRenderBuffer()
336 buffer->nFlags = OMX_BUFFERFLAG_EOS; in FillRenderBuffer()
345 buffer->nFlags = OMX_BUFFERFLAG_EOS; in FillRenderBuffer()
367 buffer->nFlags = OMX_BUFFERFLAG_EOS; in FillRenderBuffer()
DOMXVideoDecoderVP9HWR.cpp412 if (inBuffer->nFlags & OMX_BUFFERFLAG_CODECCONFIG) { in ProcessorProcess()
416 if (inBuffer->nFlags & OMX_BUFFERFLAG_DECODEONLY) { in ProcessorProcess()
420 if (inBuffer->nFlags & OMX_BUFFERFLAG_EOS) { in ProcessorProcess()
423 (*pBuffers[OUTPORT_INDEX])->nFlags = OMX_BUFFERFLAG_EOS; in ProcessorProcess()
439 ((*pBuffers[INPORT_INDEX]))->nFlags, in ProcessorProcess()
450 bool inputEoS = ((*pBuffers[INPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS); in ProcessorProcess()
451 bool outputEoS = ((*pBuffers[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS); in ProcessorProcess()
645 buffer->nFlags = OMX_BUFFERFLAG_EOS; in FillRenderBuffer()
676 buffer->nFlags = OMX_BUFFERFLAG_EOS; in FillRenderBuffer()
DOMXVideoDecoderBase.cpp393 ((*pBuffers[INPORT_INDEX]))->nFlags,&isResolutionChange); in ProcessorProcess()
399 bool inputEoS = ((*pBuffers[INPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS); in ProcessorProcess()
400 bool outputEoS = ((*pBuffers[OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS); in ProcessorProcess()
502 if (buffer->nFlags & OMX_BUFFERFLAG_CODECCONFIG) { in PrepareDecodeBuffer()
506 if (buffer->nFlags & OMX_BUFFERFLAG_DECODEONLY) { in PrepareDecodeBuffer()
514 if (buffer->nFlags & (OMX_BUFFERFLAG_ENDOFFRAME | OMX_BUFFERFLAG_EOS)) { in PrepareDecodeBuffer()
520 if (buffer->nFlags & OMX_BUFFERFLAG_SYNCFRAME) { in PrepareDecodeBuffer()
564 buffer->nFlags = OMX_BUFFERFLAG_EOS; in FillRenderBuffer()
574 buffer->nFlags = OMX_BUFFERFLAG_ENDOFFRAME; in FillRenderBuffer()
577 buffer->nFlags |= OMX_BUFFERFLAG_TFF; in FillRenderBuffer()
[all …]
DOMXVideoEncoderAVC.cpp318 … } else if ((poc % IpPeriod == 0) /*P*/ || (buffer->nFlags & OMX_BUFFERFLAG_EOS)/*EOS,always P*/) { in ProcessorPreEmptyBuffer()
353 eInfo.NotStopFrame, buffers[INPORT_INDEX]->nFlags & OMX_BUFFERFLAG_EOS); in ProcessCacheOperation()
356 …if (buffers[INPORT_INDEX]->nFilledLen == 0 && buffers[INPORT_INDEX]->nFlags & OMX_BUFFERFLAG_EOS) { in ProcessCacheOperation()
392 if (buffers[INPORT_INDEX]->nFlags & OMX_BUFFERFLAG_EOS && i == 0 ) { in ProcessCacheOperation()
394 omxbuf->nFlags |= OMX_BUFFERFLAG_EOS; in ProcessCacheOperation()
395 buffers[INPORT_INDEX]->nFlags &= ~OMX_BUFFERFLAG_EOS; in ProcessCacheOperation()
550 buffers[OUTPORT_INDEX]->nFlags = outflags; in ProcessDataRetrieve()
561 buffers[OUTPORT_INDEX]->nFlags = outflags; in ProcessDataRetrieve()
610 if (inBuf.size == 0 && buffers[INPORT_INDEX]->nFlags & OMX_BUFFERFLAG_EOS) { in ProcessorProcess()
618 if (buffers[INPORT_INDEX]->nFlags & OMX_BUFFERFLAG_EOS) in ProcessorProcess()
/hardware/ti/omap4xxx/domx/domx/
Domx_proxy_common.h116 OMX_U32 nOffset, OMX_U32 nFlags);
120 OMX_U32 nOffset, OMX_U32 nFlags, OMX_TICKS nTimeStamp,
251 OMX_U32 remoteBufHdr, OMX_U32 nfilledLen, OMX_U32 nOffset, OMX_U32 nFlags,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
DExynos_OMX_Vp8dec.c774 if ((oneFrameSize <= 0) && (pSrcInputData->nFlags & OMX_BUFFERFLAG_EOS)) { in VP8CodecSrcSetup()
783 OMXBuffer->nFlags = pSrcInputData->nFlags; in VP8CodecSrcSetup()
1372 Exynos_OSAL_Memset(pExynosComponent->nFlags, 0, sizeof(OMX_U32) * MAX_FLAGS); in Exynos_VP8Dec_Init()
1483 ((pSrcInputData->nFlags & OMX_BUFFERFLAG_EOS) == OMX_BUFFERFLAG_EOS)) { in Exynos_VP8Dec_SrcIn()
1485 pExynosComponent->nFlags[pVp8Dec->hMFCVp8Handle.indexTimestamp] = pSrcInputData->nFlags; in Exynos_VP8Dec_SrcIn()
1486 …amp, pSrcInputData->timeStamp / 1E6, pVp8Dec->hMFCVp8Handle.indexTimestamp, pSrcInputData->nFlags); in Exynos_VP8Dec_SrcIn()
1540 pSrcOutputData->nFlags = 0; in Exynos_VP8Dec_SrcOut()
1762 … pDstOutputData->nFlags = pExynosComponent->nFlags[pVp8Dec->hMFCVp8Handle.outputIndexTimestamp]; in Exynos_VP8Dec_DstOut()
1763 pExynosComponent->nFlags[pVp8Dec->hMFCVp8Handle.outputIndexTimestamp] = 0x00; in Exynos_VP8Dec_DstOut()
1767 pDstOutputData->nFlags = 0x00; in Exynos_VP8Dec_DstOut()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
DExynos_OMX_Mp3dec.c446 Exynos_OSAL_Memset(pExynosComponent->nFlags, 0, sizeof(OMX_U32) * MAX_FLAGS); in Exynos_SRP_Mp3Dec_Init()
505 pOutputData->nFlags = pInputData->nFlags & (~OMX_BUFFERFLAG_EOS); in Exynos_SRP_Mp3_Decode_Block()
512 if (pInputData->nFlags & OMX_BUFFERFLAG_EOS) { in Exynos_SRP_Mp3_Decode_Block()
523 if ((pInputData->dataLen <= 0) && (pInputData->nFlags & OMX_BUFFERFLAG_EOS)) { in Exynos_SRP_Mp3_Decode_Block()
524 pOutputData->nFlags |= OMX_BUFFERFLAG_EOS; in Exynos_SRP_Mp3_Decode_Block()
603 if (pInputData->nFlags & OMX_BUFFERFLAG_EOS) { in Exynos_SRP_Mp3_Decode_Block()
608 pOutputData->nFlags |= OMX_BUFFERFLAG_EOS; in Exynos_SRP_Mp3_Decode_Block()
637 if (pInputData->nFlags & OMX_BUFFERFLAG_EOS) in Exynos_SRP_Mp3Dec_bufferProcess()
645 if (pInputData->nFlags & OMX_BUFFERFLAG_EOS) in Exynos_SRP_Mp3Dec_bufferProcess()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Dts_parser.cpp144 if (header->nFlags & OMX_BUFFERFLAG_CODECCONFIG) { in insert_timestamp()
147 if ((header->nFlags & OMX_BUFFERFLAG_EOS) && !header->nFilledLen) in insert_timestamp()
171 if (header->nFlags & OMX_BUFFERFLAG_EOS) { in insert_timestamp()
Dframeparser.cpp169 if (source_len == 0 && (source->nFlags & 0x01)) in parse_sc_frame()
183 dest->nFlags = source->nFlags; in parse_sc_frame()
583 dest->nFlags = source->nFlags; in parse_h264_nallength()
/hardware/ti/omap4-aah/domx/domx/
Domx_proxy_common.h148 OMX_U32 nOffset, OMX_U32 nFlags);
152 OMX_U32 nOffset, OMX_U32 nFlags, OMX_TICKS nTimeStamp,
323 OMX_U32 remoteBufHdr, OMX_U32 nfilledLen, OMX_U32 nOffset, OMX_U32 nFlags,
/hardware/intel/common/utils/ISV/base/
Disv_processor.cpp325 outputBuffer->nFlags = inputBuffer->nFlags; in updateFirmwareInputBufStatus()
365 flags = mInputBuffers[mInputProcIdx]->nFlags; in threadLoop()
484 if ((buffer->nFlags & OMX_BUFFERFLAG_TFF) != 0 || in configFilters()
485 (buffer->nFlags & OMX_BUFFERFLAG_BFF) != 0) in configFilters()
512 if (input->nFlags & OMX_BUFFERFLAG_EOS) { in addInput()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
DExynos_OMX_H264dec.c855 if ((oneFrameSize <= 0) && (pSrcInputData->nFlags & OMX_BUFFERFLAG_EOS)) { in H264CodecSrcSetup()
864 OMXBuffer->nFlags = pSrcInputData->nFlags; in H264CodecSrcSetup()
1616 Exynos_OSAL_Memset(pExynosComponent->nFlags, 0, sizeof(OMX_U32) * MAX_FLAGS); in Exynos_H264Dec_Init()
1736 ((pSrcInputData->nFlags & OMX_BUFFERFLAG_EOS) == OMX_BUFFERFLAG_EOS)) { in Exynos_H264Dec_SrcIn()
1738 pExynosComponent->nFlags[pH264Dec->hMFCH264Handle.indexTimestamp] = pSrcInputData->nFlags; in Exynos_H264Dec_SrcIn()
1739 …p, pSrcInputData->timeStamp / 1E6, pH264Dec->hMFCH264Handle.indexTimestamp, pSrcInputData->nFlags); in Exynos_H264Dec_SrcIn()
1793 pSrcOutputData->nFlags = 0; in Exynos_H264Dec_SrcOut()
2012 … pDstOutputData->nFlags = pExynosComponent->nFlags[pH264Dec->hMFCH264Handle.outputIndexTimestamp]; in Exynos_H264Dec_DstOut()
2013 pExynosComponent->nFlags[pH264Dec->hMFCH264Handle.outputIndexTimestamp] = 0x00; in Exynos_H264Dec_DstOut()
2017 pDstOutputData->nFlags = 0x00; in Exynos_H264Dec_DstOut()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h263 (_sCircular_).pTail->nFlags = (_pBufHead_)->nFlags; \
284 (_pBufHead_)->nFlags = (_sCircular_).pHead->nFlags; \
424 OMX_U32 nFlags; member
606 OMX_U32 nFlags; member
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
DExynos_OMX_Baseport.h69 OMX_U32 nFlags; member
99 OMX_U32 nFlags; member
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
DExynos_OMX_Venc.c218 pData->nFlags = 0; in Exynos_Input_CodecBufferToData()
240 pData->nFlags = 0; in Exynos_Output_CodecBufferToData()
451 if (!(inputUseBuffer->nFlags & OMX_BUFFERFLAG_EOS)) { in Exynos_Preprocessor_InputData()
513 inputUseBuffer->nFlags |= OMX_BUFFERFLAG_EOS; in Exynos_Preprocessor_InputData()
521 if ((copySize > 0) || (inputUseBuffer->nFlags & OMX_BUFFERFLAG_EOS)) { in Exynos_Preprocessor_InputData()
534 srcInputData->nFlags = inputUseBuffer->nFlags; in Exynos_Preprocessor_InputData()
561 if ((srcInputData->nFlags & OMX_BUFFERFLAG_EOS) == OMX_BUFFERFLAG_EOS) { in Exynos_Preprocessor_InputData()
569 (srcInputData->nFlags & OMX_BUFFERFLAG_CODECCONFIG) != OMX_BUFFERFLAG_CODECCONFIG) { in Exynos_Preprocessor_InputData()
572 pExynosComponent->checkTimeStamp.nStartFlags = srcInputData->nFlags; in Exynos_Preprocessor_InputData()
630 outputUseBuffer->nFlags = dstOutputData->nFlags; in Exynos_Postprocess_OutputData()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
DExynos_OMX_Vdec.c289 pData->nFlags = 0; in Exynos_Input_CodecBufferToData()
309 pData->nFlags = 0; in Exynos_Output_CodecBufferToData()
538 srcInputData->nFlags = inputUseBuffer->nFlags; in Exynos_Preprocessor_InputData()
551 if ((srcInputData->nFlags & OMX_BUFFERFLAG_EOS) == OMX_BUFFERFLAG_EOS) { in Exynos_Preprocessor_InputData()
559 (srcInputData->nFlags & OMX_BUFFERFLAG_CODECCONFIG) != OMX_BUFFERFLAG_CODECCONFIG) { in Exynos_Preprocessor_InputData()
562 pExynosComponent->checkTimeStamp.nStartFlags = srcInputData->nFlags; in Exynos_Preprocessor_InputData()
609 ((dstOutputData->nFlags & OMX_BUFFERFLAG_EOS) != OMX_BUFFERFLAG_EOS)) { in Exynos_Postprocess_OutputData()
611 (pExynosComponent->checkTimeStamp.nStartFlags == dstOutputData->nFlags)){ in Exynos_Postprocess_OutputData()
647 outputUseBuffer->nFlags = dstOutputData->nFlags; in Exynos_Postprocess_OutputData()
658 ((outputUseBuffer->nFlags & OMX_BUFFERFLAG_EOS) == OMX_BUFFERFLAG_EOS) || in Exynos_Postprocess_OutputData()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
DExynos_OMX_Mpeg4dec.c959 if ((oneFrameSize <= 0) && (pSrcInputData->nFlags & OMX_BUFFERFLAG_EOS)) { in Mpeg4CodecSrcSetup()
968 OMXBuffer->nFlags = pSrcInputData->nFlags; in Mpeg4CodecSrcSetup()
1783 Exynos_OSAL_Memset(pExynosComponent->nFlags, 0, sizeof(OMX_U32) * MAX_FLAGS); in Exynos_Mpeg4Dec_Init()
1894 ((pSrcInputData->nFlags & OMX_BUFFERFLAG_EOS) == OMX_BUFFERFLAG_EOS)) { in Exynos_Mpeg4Dec_SrcIn()
1896 pExynosComponent->nFlags[pMpeg4Dec->hMFCMpeg4Handle.indexTimestamp] = pSrcInputData->nFlags; in Exynos_Mpeg4Dec_SrcIn()
1897 … pSrcInputData->timeStamp / 1E6, pMpeg4Dec->hMFCMpeg4Handle.indexTimestamp, pSrcInputData->nFlags); in Exynos_Mpeg4Dec_SrcIn()
1951 pSrcOutputData->nFlags = 0; in Exynos_Mpeg4Dec_SrcOut()
2171 …pDstOutputData->nFlags = pExynosComponent->nFlags[pMpeg4Dec->hMFCMpeg4Handle.outputIndexTimestamp]; in Exynos_Mpeg4Dec_DstOut()
2172 pExynosComponent->nFlags[pMpeg4Dec->hMFCMpeg4Handle.outputIndexTimestamp] = 0x00; in Exynos_Mpeg4Dec_DstOut()
2176 pDstOutputData->nFlags = 0x00; in Exynos_Mpeg4Dec_DstOut()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
DExynos_OMX_H264enc.c839 if ((oneFrameSize <= 0) && (pSrcInputData->nFlags & OMX_BUFFERFLAG_EOS)) { in H264CodecSrcSetup()
848 OMXBuffer->nFlags = pSrcInputData->nFlags; in H264CodecSrcSetup()
1063 OMXBuffer->nFlags |= OMX_BUFFERFLAG_CODECCONFIG; in H264CodecDstSetup()
1064 OMXBuffer->nFlags |= OMX_BUFFERFLAG_ENDOFFRAME; in H264CodecDstSetup()
1651 Exynos_OSAL_Memset(pExynosComponent->nFlags, 0, sizeof(OMX_U32) * MAX_FLAGS); in Exynos_H264Enc_Init()
1739 if ((pSrcInputData->nFlags & OMX_BUFFERFLAG_EOS) == OMX_BUFFERFLAG_EOS) in Exynos_H264Enc_SrcIn()
1754 ((pSrcInputData->nFlags & OMX_BUFFERFLAG_EOS) == OMX_BUFFERFLAG_EOS)) { in Exynos_H264Enc_SrcIn()
1761 pExynosComponent->nFlags[pH264Enc->hMFCH264Handle.indexTimestamp] = pSrcInputData->nFlags; in Exynos_H264Enc_SrcIn()
1762 …p, pSrcInputData->timeStamp / 1E6, pH264Enc->hMFCH264Handle.indexTimestamp, pSrcInputData->nFlags); in Exynos_H264Enc_SrcIn()
1846 pSrcOutputData->nFlags = 0; in Exynos_H264Enc_SrcOut()
[all …]

123456