OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hMFCH264Handle
(Results
1 - 4
of
4
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.h
53
SEC_MFC_H264DEC_HANDLE
hMFCH264Handle
;
SEC_OMX_H264dec.c
569
if (pH264Dec->
hMFCH264Handle
.bConfiguredMFC == OMX_FALSE) {
644
pH264Dec->
hMFCH264Handle
.bThumbnailMode = *((OMX_BOOL *)pComponentConfigStructure);
767
pH264Dec->
hMFCH264Handle
.returnCodec = SsbSipMfcDecExe(pH264Dec->
hMFCH264Handle
.hMFCHandle, pH264Dec->NBDecThread.oneFrameSize);
791
pH264Dec->
hMFCH264Handle
.bConfiguredMFC = OMX_FALSE;
802
pH264Dec->
hMFCH264Handle
.hMFCHandle = hMFCHandle;
831
pH264Dec->
hMFCH264Handle
.returnCodec = MFC_RET_OK;
834
pH264Dec->
hMFCH264Handle
.pMFCStreamBuffer = pH264Dec->MFCDecInputBuffer[0].VirAddr;
835
pH264Dec->
hMFCH264Handle
.pMFCStreamPhyBuffer = pH264Dec->MFCDecInputBuffer[0].PhyAddr;
841
pH264Dec->
hMFCH264Handle
.indexTimestamp = 0
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c
759
pH264Enc->
hMFCH264Handle
.returnCodec = SsbSipMfcEncExe(pH264Enc->
hMFCH264Handle
.hMFCHandle);
785
pH264Enc->
hMFCH264Handle
.bConfiguredMFC = OMX_FALSE;
796
pH264Enc->
hMFCH264Handle
.hMFCHandle = hMFCHandle;
803
returnCodec = SsbSipMfcEncGetInBuf(hMFCHandle, &(pH264Enc->
hMFCH264Handle
.inputInfo));
808
pH264Enc->MFCEncInputBuffer[0].YPhyAddr = pH264Enc->
hMFCH264Handle
.inputInfo.YPhyAddr;
809
pH264Enc->MFCEncInputBuffer[0].CPhyAddr = pH264Enc->
hMFCH264Handle
.inputInfo.CPhyAddr;
810
pH264Enc->MFCEncInputBuffer[0].YVirAddr = pH264Enc->
hMFCH264Handle
.inputInfo.YVirAddr;
811
pH264Enc->MFCEncInputBuffer[0].CVirAddr = pH264Enc->
hMFCH264Handle
.inputInfo.CVirAddr;
812
pH264Enc->MFCEncInputBuffer[0].YBufferSize = pH264Enc->
hMFCH264Handle
.inputInfo.YSize
[
all
...]
SEC_OMX_H264enc.h
63
SEC_MFC_H264ENC_HANDLE
hMFCH264Handle
;
Completed in 38 milliseconds