Home
last modified time | relevance | path

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

/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()
98 void HCodecListUnitTest::CheckImgSize(const ImgSize& size) in CheckImgSize()
/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Davcodeclist_parcel.h31 static bool Marshalling(MessageParcel &parcel, const std::map<ImgSize, Range> &mapSizeToRange);
35 static bool Unmarshalling(MessageParcel &parcel, std::map<ImgSize, Range> &mapSizeToRange);
H A Davcodeclist_parcel.cpp70 bool AVCodecListParcel::Marshalling(MessageParcel &parcel, const std::map<ImgSize, Range> &mapSizeToRange) in Marshalling()
141 bool AVCodecListParcel::Unmarshalling(MessageParcel &parcel, std::map<ImgSize, Range> &mapSizeToRange) in Unmarshalling()
147 ImgSize key; in Unmarshalling()
/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.cpp70 bool CodecListParcel::Marshalling(MessageParcel &parcel, const std::map<ImgSize, Range> &mapSizeToRange) in Marshalling()
148 bool CodecListParcel::Unmarshalling(MessageParcel &parcel, std::map<ImgSize, Range> &mapSizeToRange) in Unmarshalling()
153 ImgSize key; in Unmarshalling()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h116 * @brief ImgSize contain width and height
121 struct ImgSize { struct
125 ImgSize() : width(0), height(0) {} in ImgSize() function
127 ImgSize(const int32_t &width, const int32_t &height) in ImgSize() function
133 bool operator<(const ImgSize &p) const in operator <()
154 ImgSize alignment;
161 ImgSize blockSize;
168 std::map<ImgSize, Range> measuredFrameRate;
482 ImgSize MatchClosestSize(const ImgSize
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_list.h32 std::map<ImgSize, Range> GetMeasuredFrameRate(const CodecHDI::CodecVideoPortCap& hdiVideoCap);
H A Dhcodec_list.cpp210 map<ImgSize, Range> HCodecList::GetMeasuredFrameRate(const CodecVideoPortCap& hdiVideoCap) in GetMeasuredFrameRate()
219 map<ImgSize, Range> userRateMap; in GetMeasuredFrameRate()
224 ImgSize imageSize(hdiVideoCap.measuredFrameRate[index + WIDTH], hdiVideoCap.measuredFrameRate[index + HEIGHT]); in GetMeasuredFrameRate()
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H A Davcodec_info.cpp340 ImgSize closestSize = MatchClosestSize(ImgSize(width, height)); in GetPreferredFrameRate()
352 ImgSize VideoCaps::MatchClosestSize(const ImgSize &imgSize) in MatchClosestSize()
358 ImgSize closestSize; in MatchClosestSize()
/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()
/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}; in HWTEST_F()

Completed in 6 milliseconds