OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c2param
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libstagefright/codec2/tests/
C2Param_test.cpp
63
kParamIndexVendorStart =
C2Param
::BaseIndex::kVendorStart,
531
// pointer constructor in
C2Param
545
// member pointer in
C2Param
725
C2Param
::Index index(paramType);
772
/* =======================================
C2PARAM
TESTS ======================================= */
781
typedef
C2Param
::Index I;
[
all
...]
/frameworks/av/media/libstagefright/codec2/include/
C2Param.h
94
struct
C2Param
{
113
*
C2Param
kinds, usable as bitmaps.
223
friend struct
C2Param
; // for setPort()
266
friend struct
C2Param
; // for setStream, makeStreamId, isValid
346
inline bool operator==(const
C2Param
&o) const {
349
inline bool operator!=(const
C2Param
&o) const { return !operator==(o); }
352
inline static
C2Param
* From(void *addr, size_t len) {
354
if (len < sizeof(_mSize) + offsetof(
C2Param
, _mSize)) {
358
C2Param
*param = (
C2Param
*)addr
[
all
...]
C2Work.h
23
#include <
C2Param
.h>
99
std::list<std::unique_ptr<
C2Param
>> tunings; //< tunings to be applied before processing this
101
std::list<
C2Param
::Type> requestedInfos;
C2ParamDef.h
25
#include <
C2Param
.h>
174
baseIndex = BaseIndex |
C2Param
::BaseIndex::_kFlexibleFlag, ///< flexible struct base-index
194
baseSize = sizeof(S) + sizeof(
C2Param
), ///< size of the base param
223
inline static _type* From(
C2Param
*other) { \
224
return (_type*)
C2Param
::ifSuitable( \
228
inline static const _type* From(const
C2Param
*other) { \
229
return const_cast<const _type*>(From(const_cast<
C2Param
*>(other))); \
390
inline void setPort(bool output) {
C2Param
::setPort(output); }
450
inline void setPort(bool output) {
C2Param
::setPort(output); }
527
inline void setPort(bool output) {
C2Param
::setPort(output);
[
all
...]
C2Component.h
29
#include <
C2Param
.h>
133
const std::vector<
C2Param
* const> &stackParams,
134
const std::vector<
C2Param
::Index> &heapParamIndices,
135
std::vector<std::unique_ptr<
C2Param
>>* const heapParams) const = 0;
170
const std::vector<
C2Param
* const> ¶ms,
209
const std::vector<
C2Param
* const> ¶ms,
494
virtual const std::vector<
C2Param
::Index> getParsedParams() const = 0;
634
const std::vector<
C2Param
* const> &stackParams,
635
const std::vector<
C2Param
::Index> &heapParamIndices,
636
std::vector<std::unique_ptr<
C2Param
>>* const heapParams) = 0
[
all
...]
C2Buffer.h
21
#include <
C2Param
.h> // for C2Info
[
all
...]
/frameworks/av/media/libstagefright/codec2/
C2.cpp
21
#include <
C2Param
.h>
/frameworks/av/media/libstagefright/codec2/vndk/include/util/
C2ParamUtils.h
20
#include <
C2Param
.h>
281
//
C2Param
::index_t index = T::baseIndex;
Completed in 261 milliseconds