Searched refs:C2NumbersPortTuning (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp665 typedef C2PortParam<C2Tuning, C2NumbersStruct> C2NumbersPortTuning; typedef in namespace:android
855 // C2NumbersPortTuning: kIndex | tun | port (bool, args)
856 static_assert(sizeof(C2NumbersPortTuning) == 8, "bad size");
857 // C2NumbersPortTuning::input: kIndex | tun | port | input (args)
858 // C2NumbersPortTuning::output: kIndex | tun | port | output (args)
859 static_assert(C2NumbersPortTuning::input::baseIndex ==
861 static_assert(C2NumbersPortTuning::input::typeIndex ==
863 static_assert(C2NumbersPortTuning::output::baseIndex ==
865 static_assert(C2NumbersPortTuning::output::typeIndex ==
867 static_assert(sizeof(C2NumbersPortTuning
[all...]

Completed in 56 milliseconds