Searched defs:output (Results 176 - 178 of 178) sorted by last modified time

12345678

/frameworks/av/media/libstagefright/codec2/include/
H A DC2Work.h89 //< for output buffers, these are the responses to requestedInfos
103 //< output.buffers.
106 C2BufferPack output; member in struct:android::C2Worklet
124 * the work is submitted. Allocating the output buffers in the worklets is the responsibility
125 * of each component. Upon work submission, each output buffer-pack shall be an appropriately
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp744 bool canSetPort(T &o, bool output) { return o.setPort(output); } argument
799 // C2NumberPortTuning::output: kIndex | tun | port | output (args)
804 static_assert(C2NumberPortTuning::output::baseIndex ==
806 static_assert(C2NumberPortTuning::output::typeIndex ==
809 static_assert(sizeof(C2NumberPortTuning::output) == 12, "bad size");
813 static_assert(offsetof(C2NumberPortTuning::output, _mSize) == 0, "bad size");
814 static_assert(offsetof(C2NumberPortTuning::output, _mIndex) == 4, "bad offset");
815 static_assert(offsetof(C2NumberPortTuning::output, mNumbe
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c84 Word32 output[]);
603 * output: reflection coefficients
643 * output: acf values
685 * input: <order+1> input values, no. of output values (=order),
687 * output: <order> reflection coefficients
808 Word32 parcor[], /*!< ptr. to reflection coefficients (output) */
873 Word32 output[]) /*!< filtered signal values */
884 output[j] = FIRLattice(order,signal[j],state_par,parCoeff);
869 AnalysisFilterLattice(const Word32 signal[], Word16 numOfLines, const Word32 parCoeff[], Word16 order, Word32 output[]) argument

Completed in 5766 milliseconds

12345678