OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileIDC
(Results
1 - 4
of
4
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h
185
int
ProfileIDC
; /* [IN] profile */
207
int
ProfileIDC
; /* [IN] profile */
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c
369
ext_ctrl[15].value = pH264Param->
ProfileIDC
;
533
ext_ctrl[15].value = pMpeg4Param->
ProfileIDC
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c
190
Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "
ProfileIDC
: %d", pH264Param->
ProfileIDC
);
288
pH264Param->
ProfileIDC
= OMXAVCProfileToProfileIDC(pH264Enc->AVCComponent[OUTPUT_PORT_INDEX].eProfile); /*0: OMX_VIDEO_AVCProfileMain */
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c
160
Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "
ProfileIDC
: %d", pMpeg4Param->
ProfileIDC
);
278
pMpeg4Param->
ProfileIDC
= OMXMpeg4ProfileToMFCProfile(pMpeg4Enc->mpeg4Component[OUTPUT_PORT_INDEX].eProfile);
[
all
...]
Completed in 50 milliseconds