Searched refs:mVideoCodec (Results 1 – 2 of 2) sorted by relevance
29 std::optional<VideoCodec> getVideoCodec() const { return mVideoCodec; } in getVideoCodec()98 std::optional<VideoCodec> mVideoCodec; variable
118 mVideoCodec = getCodecFromComponentName(name); in V4L2DecodeInterface()119 if (!mVideoCodec) { in V4L2DecodeInterface()130 switch (*mVideoCodec) { in V4L2DecodeInterface()201 .withConstValue(new C2PortDelayTuning::output(getOutputDelay(*mVideoCodec))) in V4L2DecodeInterface()