Home
last modified time | relevance | path

Searched refs:inputStride_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp326 OH_AVFormat_GetIntValue(inputFmt_.get(), "stride", &inputStride_); in GetInputFormat()
385 if (inputStride_ < static_cast<int32_t>(opt_.dispW)) { in WaitForInput()
386 TLOGE("pixelStride %d < dispW %u", inputStride_, opt_.dispW); in WaitForInput()
389 buf.byteStride = inputStride_; in WaitForInput()
H A Dtester_capi.h48 int32_t inputStride_ = -1; member