Searched refs:decodingOptionsForPicture (Results 1 – 3 of 3) sorted by relevance
90 std::shared_ptr<OHOS::Media::DecodingOptionsForPicture> decodingOptionsForPicture) in OH_DecodingOptionsForPicture() argument92 decodingOptionsForPicture_ = decodingOptionsForPicture; in OH_DecodingOptionsForPicture()
646 auto decodingOptionsForPicture = std::make_shared<OHOS::Media::DecodingOptionsForPicture>(); in OH_DecodingOptionsForPicture_Create() local647 *options = new OH_DecodingOptionsForPicture(decodingOptionsForPicture); in OH_DecodingOptionsForPicture_Create()
45 …tionsForPicture(std::shared_ptr<OHOS::Media::DecodingOptionsForPicture> decodingOptionsForPicture);