Home
last modified time | relevance | path

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

/external/v4l2_codec2/components/include/v4l2_codec2/components/
DV4L2DecodeInterface.h29 std::optional<VideoCodec> getVideoCodec() const { return mVideoCodec; } in getVideoCodec()
96 std::optional<VideoCodec> mVideoCodec; variable
/external/v4l2_codec2/components/
DV4L2DecodeInterface.cpp134 mVideoCodec = getCodecFromComponentName(name); in V4L2DecodeInterface()
135 if (!mVideoCodec) { in V4L2DecodeInterface()
142 switch (*mVideoCodec) { in V4L2DecodeInterface()
213 .withConstValue(new C2PortDelayTuning::output(getOutputDelay(*mVideoCodec))) in V4L2DecodeInterface()