Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/components/base/
H A DSimpleC2Interface.cpp61 .withConstValue(AllocSharedString<C2ComponentNameSetting>(name.c_str())) in BaseParams()
74 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str())) in BaseParams()
147 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::input>( in BaseParams()
159 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::output>( in BaseParams()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Interface.cpp57 .withConstValue(AllocSharedString<C2ComponentNameSetting>( in BaseParams()
71 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>( in BaseParams()
144 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::input>( in BaseParams()
156 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::output>( in BaseParams()
/aosp_15_r20/external/v4l2_codec2/tests/c2_comp_intf/
H A DC2VEACompIntf_test.cpp76 AllocSharedString<C2PortMediaTypeSetting::input>(MEDIA_MIMETYPE_VIDEO_RAW)); in TEST_F()
78 AllocSharedString<C2PortMediaTypeSetting::input>(MEDIA_MIMETYPE_VIDEO_AVC)); in TEST_F()
84 AllocSharedString<C2PortMediaTypeSetting::output>(MEDIA_MIMETYPE_VIDEO_AVC)); in TEST_F()
86 AllocSharedString<C2PortMediaTypeSetting::output>(MEDIA_MIMETYPE_VIDEO_RAW)); in TEST_F()
/aosp_15_r20/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Interface.h188 std::shared_ptr<T> AllocSharedString(const Args(&... args), const char *str) { in AllocSharedString() function
196 std::shared_ptr<T> AllocSharedString(const Args(&... args), const std::string &str) { in AllocSharedString() function
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h198 std::shared_ptr<T> AllocSharedString(const Args(&...args), const char *str) { in AllocSharedString() function
206 std::shared_ptr<T> AllocSharedString(const Args(&...args), in AllocSharedString() function
/aosp_15_r20/external/v4l2_codec2/components/
H A DEncodeInterface.cpp328 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::input>( in Initialize()
333 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::output>( in Initialize()
H A DDecodeInterface.cpp284 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::input>( in DecodeInterface()
289 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::output>( in DecodeInterface()