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()
98 std::optional<VideoCodec> mVideoCodec; variable
/external/v4l2_codec2/components/
DV4L2DecodeInterface.cpp118 mVideoCodec = getCodecFromComponentName(name); in V4L2DecodeInterface()
119 if (!mVideoCodec) { in V4L2DecodeInterface()
130 switch (*mVideoCodec) { in V4L2DecodeInterface()
201 .withConstValue(new C2PortDelayTuning::output(getOutputDelay(*mVideoCodec))) in V4L2DecodeInterface()