Home
last modified time | relevance | path

Searched refs:inputFmt_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_codecbase.h68 Format inputFmt_; member
H A Dtester_capi.cpp325 inputFmt_ = shared_ptr<OH_AVFormat>(fmt, OH_AVFormat_Destroy); in GetInputFormat()
326 OH_AVFormat_GetIntValue(inputFmt_.get(), "stride", &inputStride_); in GetInputFormat()
348 if (OH_AVFormat_GetIntValue(inputFmt_.get(), "stride", &stride)) { in GetInputStride()
H A Dtester_capi.h47 std::shared_ptr<OH_AVFormat> inputFmt_; member
H A Dtester_codecbase.cpp365 int32_t err = codec_->GetInputFormat(inputFmt_); in GetInputFormat()
390 if (inputFmt_.GetIntValue("stride", stride)) { in GetInputStride()