Home
last modified time | relevance | path

Searched refs:ImgSize (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/mipi/
H A Dmipi_csi_core.h41 } 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 Dhcodec_list_unit_test.h38 std::string GetPrintInfo(const ImgSize&);
41 std::string GetPrintInfo(const std::map<ImgSize, Range>&);
43 static void CheckImgSize(const ImgSize& size);
H A Dhcodec_list_unit_test.cpp54 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 Davcodec_info.h121 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 Dcodeclist_parcel.h31 static bool Marshalling(MessageParcel &parcel, const std::map<ImgSize, Range> &mapSizeToRange);
36 static bool Unmarshalling(MessageParcel &parcel, std::map<ImgSize, Range> &mapSizeToRange);
H A Dcodeclist_parcel.cpp71 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 Dhcodec_list.cpp205 map<ImgSize, Range> HCodecList::GetMeasuredFrameRate(const CodecVideoPortCap& hdiVideoCap) in GetMeasuredFrameRate()
214 map<ImgSize, Range> userRateMap; in GetMeasuredFrameRate()
219ImgSize imageSize(hdiVideoCap.measuredFrameRate[index + WIDTH], hdiVideoCap.measuredFrameRate[inde… in GetMeasuredFrameRate()
H A Dhcodec_list.h32 std::map<ImgSize, Range> GetMeasuredFrameRate(const CodecHDI::CodecVideoPortCap& hdiVideoCap);
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp470 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 Dmipi_csi_core.c690 …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 Dmipi_csi_dev.c674 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 Davcodec_info_coverage_unit_test.cpp568 ImgSize imageSize = {1, DEFAULT_WIDTH / 2};