Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/tests/
H A DC2Param_test.cpp754 typedef C2StreamParam<C2Tuning, C2NumberStruct> C2NumberStreamTuning; typedef
916 static_assert(sizeof(C2NumberStreamTuning) == 12u, "bad size"); in StaticTest()
919 static_assert(C2NumberStreamTuning::input::CORE_INDEX == in StaticTest()
921 static_assert(C2NumberStreamTuning::input::PARAM_TYPE == in StaticTest()
923 static_assert(C2NumberStreamTuning::output::CORE_INDEX == in StaticTest()
925 static_assert(C2NumberStreamTuning::output::PARAM_TYPE == in StaticTest()
927 static_assert(sizeof(C2NumberStreamTuning::input) == 12u, "bad size"); in StaticTest()
928 static_assert(sizeof(C2NumberStreamTuning::output) == 12u, "bad size"); in StaticTest()
929 static_assert(offsetof(C2NumberStreamTuning::input, _mSize) == 0, "bad size"); in StaticTest()
930 static_assert(offsetof(C2NumberStreamTuning::input, _mIndex) == 4, "bad offset"); in StaticTest()
[all …]