Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/internal/
DC2ParamInternal.h65 inline static uint32_t GetAttrib(const C2ParamDescriptor &pd) { in GetAttrib()
66 return pd._mAttrib; in GetAttrib()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/test/
Dmm_lib2d_test.c147 uint32_t *pd = (uint32_t *)addr; in lib2d_dump_tga() local
162 pd[(i*stride>>2)+j] & 0xff, // b in lib2d_dump_tga()
163 (pd[(i*stride>>2)+j] >> 8) & 0xff, // g in lib2d_dump_tga()
164 (pd[(i*stride>>2)+j] >> 16) & 0xff, // r in lib2d_dump_tga()
165 (pd[(i*stride>>2)+j] >> 24) & 0xff); // a in lib2d_dump_tga()
/hardware/google/av/codec2/tests/
DC2SampleComponent_test.cpp380 void dumpDesc(const C2ParamDescriptor &pd) { in dumpDesc() argument
382 if (pd.isRequired()) { in dumpDesc()
385 if (pd.isPersistent()) { in dumpDesc()
389 dumpType(C2Param::Type(pd.index().type())); in dumpDesc()
390 cout << " " << pd.name() << ";" << endl; in dumpDesc()
DC2ComponentInterface_test.cpp523 for (const auto &pd : sParams) { in isSupportedParam() local
524 if (param.type() == pd->index().type()) { in isSupportedParam()