Home
last modified time | relevance | path

Searched refs:ccInfo (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiVDEC_EX_wrap.c693 VDEC_CC_Info ccInfo; in VDEC_TestCC() local
694 ccInfo.u32Version = 0; in VDEC_TestCC()
697 if (E_VDEC_OK == MApi_VDEC_GetCCInfo((void*)&ccInfo, sizeof(VDEC_CC_Info))) in VDEC_TestCC()
702 printf("%02d, ", ccInfo.u16TempRef); in VDEC_TestCC()
703 printf("%d, ", ccInfo.u8PicStructure); in VDEC_TestCC()
704 printf("%d, ", ccInfo.u8TopFieldFirst); in VDEC_TestCC()
705 printf("0x%lx, ", ccInfo.u32UserDataBuf); in VDEC_TestCC()
706 printf("%ld, ", ccInfo.u32UserDataSize); in VDEC_TestCC()
707 printf("%ld\n", ccInfo.u32Pts); in VDEC_TestCC()
709 u16TempRef = ccInfo.u16TempRef; in VDEC_TestCC()
H A DapiVDEC.c3130 VDEC_CC_Info ccInfo; in VDEC_TestCC() local
3131 ccInfo.u32Version = 0; in VDEC_TestCC()
3134 if (E_VDEC_OK == MApi_VDEC_GetCCInfo((void*)&ccInfo, sizeof(VDEC_CC_Info))) in VDEC_TestCC()
3139 printf("%d, ", ccInfo.u16TempRef); in VDEC_TestCC()
3140 printf("%d, ", ccInfo.u8PicStructure); in VDEC_TestCC()
3141 printf("%d, ", ccInfo.u8TopFieldFirst); in VDEC_TestCC()
3142 printf("0x%lx, ", ccInfo.u32UserDataBuf); in VDEC_TestCC()
3143 printf("%ld, ", ccInfo.u32UserDataSize); in VDEC_TestCC()
3144 printf("%ld\n", ccInfo.u32Pts); in VDEC_TestCC()
3146 u16TempRef = ccInfo.u16TempRef; in VDEC_TestCC()
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiVDEC_wrap.c713 VDEC_CC_Info ccInfo; in VDEC_TestCC() local
714 ccInfo.u32Version = 0; in VDEC_TestCC()
717 if (E_VDEC_OK == MApi_VDEC_GetCCInfo((void*)&ccInfo, sizeof(VDEC_CC_Info))) in VDEC_TestCC()
722 printf("%02d, ", ccInfo.u16TempRef); in VDEC_TestCC()
723 printf("%d, ", ccInfo.u8PicStructure); in VDEC_TestCC()
724 printf("%d, ", ccInfo.u8TopFieldFirst); in VDEC_TestCC()
725 printf("0x%lx, ", ccInfo.u32UserDataBuf); in VDEC_TestCC()
726 printf("%ld, ", ccInfo.u32UserDataSize); in VDEC_TestCC()
727 printf("%ld\n", ccInfo.u32Pts); in VDEC_TestCC()
729 u16TempRef = ccInfo.u16TempRef; in VDEC_TestCC()
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_wrap.c755 VDEC_CC_Info ccInfo; in VDEC_TestCC() local
756 ccInfo.u32Version = 0; in VDEC_TestCC()
759 if (E_VDEC_OK == MApi_VDEC_GetCCInfo((void*)&ccInfo, sizeof(VDEC_CC_Info))) in VDEC_TestCC()
764 VPRINTF("%02d, ", ccInfo.u16TempRef); in VDEC_TestCC()
765 VPRINTF("%d, ", ccInfo.u8PicStructure); in VDEC_TestCC()
766 VPRINTF("%d, ", ccInfo.u8TopFieldFirst); in VDEC_TestCC()
767 VPRINTF("0x%lx, ", ccInfo.u32UserDataBuf); in VDEC_TestCC()
768 VPRINTF("%ld, ", ccInfo.u32UserDataSize); in VDEC_TestCC()
769 VPRINTF("%ld\n", ccInfo.u32Pts); in VDEC_TestCC()
771 u16TempRef = ccInfo.u16TempRef; in VDEC_TestCC()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_wrap.c727 VDEC_CC_Info ccInfo; in VDEC_TestCC() local
728 ccInfo.u32Version = 0; in VDEC_TestCC()
731 if (E_VDEC_OK == MApi_VDEC_GetCCInfo((void*)&ccInfo, sizeof(VDEC_CC_Info))) in VDEC_TestCC()
736 VPRINTF("%02d, ", ccInfo.u16TempRef); in VDEC_TestCC()
737 VPRINTF("%d, ", ccInfo.u8PicStructure); in VDEC_TestCC()
738 VPRINTF("%d, ", ccInfo.u8TopFieldFirst); in VDEC_TestCC()
739 VPRINTF("0x%lx, ", ccInfo.u32UserDataBuf); in VDEC_TestCC()
740 VPRINTF("%ld, ", ccInfo.u32UserDataSize); in VDEC_TestCC()
741 VPRINTF("%ld\n", ccInfo.u32Pts); in VDEC_TestCC()
743 u16TempRef = ccInfo.u16TempRef; in VDEC_TestCC()