OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDstAVCComponent
(Results
1 - 2
of
2
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c
212
OMX_VIDEO_PARAM_AVCTYPE *
pDstAVCComponent
= (OMX_VIDEO_PARAM_AVCTYPE *)pComponentParameterStructure;
216
ret = SEC_OMX_Check_SizeVersion(
pDstAVCComponent
, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
221
if (
pDstAVCComponent
->nPortIndex >= ALL_PORT_NUM) {
227
pSrcAVCComponent = &pH264Dec->AVCComponent[
pDstAVCComponent
->nPortIndex];
229
SEC_OSAL_Memcpy(
pDstAVCComponent
, pSrcAVCComponent, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
365
OMX_VIDEO_PARAM_AVCTYPE *
pDstAVCComponent
= NULL;
380
pDstAVCComponent
= &pH264Dec->AVCComponent[pSrcAVCComponent->nPortIndex];
382
SEC_OSAL_Memcpy(
pDstAVCComponent
, pSrcAVCComponent, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
470
OMX_VIDEO_PARAM_AVCTYPE *
pDstAVCComponent
= NULL;
484
pDstAVCComponent
= &pH264Dec->AVCComponent[pSrcProfileLevel->nPortIndex]
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c
315
OMX_VIDEO_PARAM_AVCTYPE *
pDstAVCComponent
= (OMX_VIDEO_PARAM_AVCTYPE *)pComponentParameterStructure;
319
ret = SEC_OMX_Check_SizeVersion(
pDstAVCComponent
, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
324
if (
pDstAVCComponent
->nPortIndex >= ALL_PORT_NUM) {
330
pSrcAVCComponent = &pH264Enc->AVCComponent[
pDstAVCComponent
->nPortIndex];
332
SEC_OSAL_Memcpy(
pDstAVCComponent
, pSrcAVCComponent, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
468
OMX_VIDEO_PARAM_AVCTYPE *
pDstAVCComponent
= NULL;
483
pDstAVCComponent
= &pH264Enc->AVCComponent[pSrcAVCComponent->nPortIndex];
485
SEC_OSAL_Memcpy(
pDstAVCComponent
, pSrcAVCComponent, sizeof(OMX_VIDEO_PARAM_AVCTYPE));
513
OMX_VIDEO_PARAM_AVCTYPE *
pDstAVCComponent
= NULL;
528
pDstAVCComponent
= &pH264Enc->AVCComponent[pSrcProfileLevel->nPortIndex]
[
all
...]
Completed in 15 milliseconds