Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/aidl/inputsurface/
DInputSurface.cpp179 .withDefault(new C2StreamLayerCountInfo::input(0u, 0)) in Interface()
185 .withDefault(new C2StreamLayerCountInfo::output(0u, 0)) in Interface()
255 C2InterfaceHelper::C2P<C2StreamLayerCountInfo::input> &me) { in InputDoneCountSetter()
262 C2InterfaceHelper::C2P<C2StreamLayerCountInfo::output> &me) { in EmptyCountSetter()
293 std::shared_ptr<C2StreamLayerCountInfo::input> mInputDoneCount;
294 std::shared_ptr<C2StreamLayerCountInfo::output> mEmptyCount;
/frameworks/av/media/codec2/core/include/
DC2Config.h2168 typedef C2StreamParam<C2Info, C2Uint32Value, kParamIndexLayerCount> C2StreamLayerCountInfo; typedef