Searched refs:setParams (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | GoldfishH264Helper.cpp | 144 void GoldfishH264Helper::setParams(size_t stride, in setParams() function in android::GoldfishH264Helper 212 setParams(mStride, IVD_DECODE_HEADER); in decodeHeader() 220 setParams(mStride, IVD_DECODE_HEADER); in decodeHeader() 267 setParams(mStride, IVD_DECODE_HEADER); in setDecodeArgs()
|
D | GoldfishH264Helper.h | 49 void setParams(size_t stride, IVD_VIDEO_DECODE_MODE_T dec_mode);
|
D | C2GoldfishAvcDec.h | 68 status_t setParams(size_t stride);
|
D | C2GoldfishAvcDec.cpp | 552 status_t C2GoldfishAvcDec::setParams(size_t stride) { in setParams() function in android::C2GoldfishAvcDec 595 if (OK != setParams(mStride)) in setDecodeArgs()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | GoldfishHevcHelper.cpp | 147 void GoldfishHevcHelper::setParams(size_t stride, in setParams() function in android::GoldfishHevcHelper 217 setParams(mStride, IVD_DECODE_HEADER); in decodeHeader() 232 setParams(mStride, IVD_DECODE_HEADER); in decodeHeader() 279 setParams(mStride, IVD_DECODE_HEADER); in setDecodeArgs()
|
D | GoldfishHevcHelper.h | 49 void setParams(size_t stride, IVD_VIDEO_DECODE_MODE_T dec_mode);
|
D | C2GoldfishHevcDec.h | 68 status_t setParams(size_t stride);
|
D | C2GoldfishHevcDec.cpp | 497 status_t C2GoldfishHevcDec::setParams(size_t stride) { in setParams() function in android::C2GoldfishHevcDec 541 if (OK != setParams(mStride)) in setDecodeArgs()
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/include/ |
D | GoldfishAVCDec.h | 109 status_t setParams(size_t stride);
|