/ohos5.0/drivers/hdf_core/framework/support/platform/include/mipi/ |
H A D | mipi_csi_core.h | 41 } ImgSize; typedef 269 … void (*getMipiImgsizeStatis)(struct MipiCsiCntlr *cntlr, uint8_t devno, short vc, ImgSize *pSize); 270 … void (*getLvdsImgsizeStatis)(struct MipiCsiCntlr *cntlr, uint8_t devno, short vc, ImgSize *pSize); 271 …void (*getLvdsLaneImgsizeStatis)(struct MipiCsiCntlr *cntlr, uint8_t devno, short lane, ImgSize *p… 589 …iCsiDebugGetMipiImgsizeStatis(struct MipiCsiCntlr *cntlr, uint8_t devno, short vc, ImgSize *pSize); 603 …iCsiDebugGetLvdsImgsizeStatis(struct MipiCsiCntlr *cntlr, uint8_t devno, short vc, ImgSize *pSize); 617 …bugGetLvdsLaneImgsizeStatis(struct MipiCsiCntlr *cntlr, uint8_t devno, short lane, ImgSize *pSize);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
H A D | hcodec_list_unit_test.h | 38 std::string GetPrintInfo(const ImgSize&); 41 std::string GetPrintInfo(const std::map<ImgSize, Range>&); 43 static void CheckImgSize(const ImgSize& size);
|
H A D | hcodec_list_unit_test.cpp | 54 string HCodecListUnitTest::GetPrintInfo(const ImgSize& obj) in GetPrintInfo() 83 string HCodecListUnitTest::GetPrintInfo(const map<ImgSize, Range>& obj) in GetPrintInfo() argument 98 void HCodecListUnitTest::CheckImgSize(const ImgSize& size) in CheckImgSize()
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_info.h | 121 struct ImgSize { struct 125 ImgSize() : width(0), height(0) {} in ImgSize() argument 127 ImgSize(const int32_t &width, const int32_t &height) in ImgSize() argument 133 bool operator<(const ImgSize &p) const 154 ImgSize alignment; 161 ImgSize blockSize; 168 std::map<ImgSize, Range> measuredFrameRate; 483 ImgSize MatchClosestSize(const ImgSize &imgSize);
|
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/ |
H A D | codeclist_parcel.h | 31 static bool Marshalling(MessageParcel &parcel, const std::map<ImgSize, Range> &mapSizeToRange); 36 static bool Unmarshalling(MessageParcel &parcel, std::map<ImgSize, Range> &mapSizeToRange);
|
H A D | codeclist_parcel.cpp | 71 bool CodecListParcel::Marshalling(MessageParcel &parcel, const std::map<ImgSize, Range> &mapSizeToR… in Marshalling() argument 150 bool CodecListParcel::Unmarshalling(MessageParcel &parcel, std::map<ImgSize, Range> &mapSizeToRange) in Unmarshalling() argument 155 ImgSize key; in Unmarshalling()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_list.cpp | 205 map<ImgSize, Range> HCodecList::GetMeasuredFrameRate(const CodecVideoPortCap& hdiVideoCap) in GetMeasuredFrameRate() 214 map<ImgSize, Range> userRateMap; in GetMeasuredFrameRate() 219 …ImgSize imageSize(hdiVideoCap.measuredFrameRate[index + WIDTH], hdiVideoCap.measuredFrameRate[inde… in GetMeasuredFrameRate()
|
H A D | hcodec_list.h | 32 std::map<ImgSize, Range> GetMeasuredFrameRate(const CodecHDI::CodecVideoPortCap& hdiVideoCap);
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/ |
H A D | avcodec_info.cpp | 470 ImgSize closestSize = MatchClosestSize(ImgSize(width, height)); in GetPreferredFrameRate() 484 ImgSize VideoCaps::MatchClosestSize(const ImgSize &imgSize) in MatchClosestSize() 490 ImgSize closestSize; in MatchClosestSize()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/mipi/ |
H A D | mipi_csi_core.c | 690 …piCsiDebugGetMipiImgsizeStatis(struct MipiCsiCntlr *cntlr, uint8_t devno, short vc, ImgSize *pSize) in MipiCsiDebugGetMipiImgsizeStatis() 717 …piCsiDebugGetLvdsImgsizeStatis(struct MipiCsiCntlr *cntlr, uint8_t devno, short vc, ImgSize *pSize) in MipiCsiDebugGetLvdsImgsizeStatis() 744 …ebugGetLvdsLaneImgsizeStatis(struct MipiCsiCntlr *cntlr, uint8_t devno, short lane, ImgSize *pSize) in MipiCsiDebugGetLvdsLaneImgsizeStatis()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/mipi_csi/ |
H A D | mipi_csi_dev.c | 674 ImgSize imageSize; in ProcShowMipiDetectInfo() 698 ImgSize imageSize; in ProcShowLvdsDetectInfo() 722 ImgSize imageSize; in ProcShowLvdsLaneDetectInfo()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/ |
H A D | avcodec_info_coverage_unit_test.cpp | 568 ImgSize imageSize = {1, DEFAULT_WIDTH / 2};
|