Searched refs:commAttr (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_hdr.c | 81 struct HdmiCommonAttr *commAttr = &(cntlr->attr.commAttr); in HdmiDisableHdr() local 133 commAttr->drm = true; in HdmiChangeToHdr() 155 struct HdmiCommonAttr *commAttr = &(cntlr->attr.commAttr); in HdmiHdrModeSelect() local 168 commAttr->drm = true; in HdmiHdrModeSelect() 177 commAttr->drm = false; in HdmiHdrModeSelect() 201 commAttr = &(cntlr->attr.commAttr); in HdmiHdrAttrHandle() 215 … (void)HdmiAviInfoFrameSend(&(cntlr->infoFrame), (commAttr->enableHdmi && commAttr->avi)); in HdmiHdrAttrHandle() 216 … (void)HdmiVsInfoFrameSend(&(cntlr->infoFrame), commAttr->enableHdmi, commAttr->vsifDolby); in HdmiHdrAttrHandle() 230 (void)HdmiDrmInfoFrameSend(&(cntlr->infoFrame), (commAttr->enableHdmi && commAttr->drm)); in HdmiHdrAttrHandle() 231 (void)HdmiAviInfoFrameSend(&(cntlr->infoFrame), (commAttr->enableHdmi && commAttr->avi)); in HdmiHdrAttrHandle() [all …]
|
H A D | hdmi_core.c | 561 struct HdmiCommonAttr *commAttr = &(cntlr->attr.commAttr); in HdmiCntlrModeSelect() local 599 struct HdmiCommonAttr *commAttr = &(cntlr->attr.commAttr); in HdmiCommonAttrInit() local 601 commAttr->enableHdmi = true; in HdmiCommonAttrInit() 604 commAttr->audio = true; in HdmiCommonAttrInit() 605 commAttr->avi = true; in HdmiCommonAttrInit() 839 struct HdmiCommonAttr *commAttr = &(cntlr->attr.commAttr); in HdmiColorSpaceCheck() local 936 struct HdmiCommonAttr *commAttr = &(cntlr->attr.commAttr); in HdmiDeepColorCheck() local 1028 struct HdmiCommonAttr *commAttr = &(cntlr->attr.commAttr); in HdmiAudioAttrHandle() local 1038 audioCfg.enable = (commAttr->enableAudio) && (commAttr->enableHdmi); in HdmiAudioAttrHandle() 1131 commAttr->quantization = (commAttr->colorSpace == HDMI_COLOR_SPACE_RGB) ? in HdmiFillVideoAttrFromHardwareStatus() [all …]
|
H A D | hdmi_scdc.c | 352 struct HdmiCommonAttr *commAttr = NULL; in HdmiScdcFillScrambleCap() local 361 commAttr = &(cntlr->attr.commAttr); in HdmiScdcFillScrambleCap() 363 if (commAttr->enableHdmi == false) { in HdmiScdcFillScrambleCap()
|
H A D | hdmi_infoframe.c | 403 const struct HdmiHdrAttr *hdrAttr, const struct HdmiCommonAttr *commAttr) in HdmiFillAviHdrInfoFrame() argument 410 avi->colorSpace = commAttr->colorSpace; in HdmiFillAviHdrInfoFrame() 432 avi->colorSpace = commAttr->colorSpace; in HdmiFillAviHdrInfoFrame() 469 struct HdmiVideoAttr *videoAttr, struct HdmiHdrAttr *hdrAttr, struct HdmiCommonAttr *commAttr) in HdmiFillAviInfoFrame() argument 481 avi->colorSpace = commAttr->colorSpace; in HdmiFillAviInfoFrame() 495 HdmiFillAviHdrInfoFrame(avi, videoAttr, hdrAttr, commAttr); in HdmiFillAviInfoFrame() 518 …nfoFrame(&(frame->avi), &(cntlr->attr.videoAttr), &(cntlr->attr.hdrAttr), &(cntlr->attr.commAttr)); in HdmiAviInfoFrameSend()
|
H A D | hdmi_frl.c | 253 HdmiDfmFillParam(¶m, videoInfo, &(cntlr->attr.audioAttr), cntlr->attr.commAttr.colorSpace, in HdnmiFrlCheckFrlMode() 254 cntlr->attr.commAttr.deepColor); in HdnmiFrlCheckFrlMode() 364 cfg.colorSpace = cntlr->attr.commAttr.colorSpace; in HdmiFrlphyConfigSet() 488 cfg.colorSpace = cntlr->attr.commAttr.colorSpace; in HdmiFrlTrainingException()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/ |
H A D | hdmi_core.h | 192 struct HdmiCommonAttr commAttr; member
|