Searched refs:inputStride_ (Results 1 – 2 of 2) sorted by relevance
326 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()
48 int32_t inputStride_ = -1; member