Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurface.cpp48 DefineParam(mEos, C2_NAME_INPUT_SURFACE_EOS_TUNING) in ConfigurableImpl()
50 .withFields({C2F(mEos, value).oneOf({true, false})}) in ConfigurableImpl()
60 bool eos() const { return mEos->value; } in eos()
63 std::shared_ptr<C2InputSurfaceEosTuning> mEos; member in hardware::google::media::c2::V1_0::utils::InputSurface::ConfigurableImpl