Searched refs:setDecodeArgs (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | GoldfishHevcHelper.h | 50 bool setDecodeArgs(ivd_video_decode_ip_t *ps_decode_ip,
|
D | GoldfishHevcHelper.cpp | 211 setDecodeArgs(ps_decode_ip, ps_decode_op, frame, mStride, in decodeHeader() 264 bool GoldfishHevcHelper::setDecodeArgs(ivd_video_decode_ip_t *ps_decode_ip, in setDecodeArgs() function in android::GoldfishHevcHelper
|
D | C2GoldfishHevcDec.h | 67 bool setDecodeArgs(C2ReadView *inBuffer, C2GraphicView *outBuffer,
|
D | C2GoldfishHevcDec.cpp | 442 setDecodeArgs(nullptr, nullptr, 0, 0, 0, hasPicture); in onFlush_sm() 511 bool C2GoldfishHevcDec::setDecodeArgs(C2ReadView *inBuffer, in setDecodeArgs() function in android::C2GoldfishHevcDec 909 if (!setDecodeArgs(&rView, nullptr, inOffset + inPos, in process()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | GoldfishH264Helper.h | 50 bool setDecodeArgs(ivd_video_decode_ip_t *ps_decode_ip,
|
D | GoldfishH264Helper.cpp | 206 setDecodeArgs(ps_decode_ip, ps_decode_op, frame, mStride, in decodeHeader() 252 bool GoldfishH264Helper::setDecodeArgs(ivd_video_decode_ip_t *ps_decode_ip, in setDecodeArgs() function in android::GoldfishH264Helper
|
D | C2GoldfishAvcDec.h | 67 bool setDecodeArgs(C2ReadView *inBuffer, C2GraphicView *outBuffer,
|
D | C2GoldfishAvcDec.cpp | 498 setDecodeArgs(nullptr, nullptr, 0, 0, 0, hasPicture); in onFlush_sm() 565 bool C2GoldfishAvcDec::setDecodeArgs(C2ReadView *inBuffer, in setDecodeArgs() function in android::C2GoldfishAvcDec 961 if (!setDecodeArgs(&rView, nullptr, inOffset + inPos, in process()
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/include/ |
D | GoldfishAVCDec.h | 118 bool setDecodeArgs(
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | GoldfishAVCDec.cpp | 199 bool GoldfishAVCDec::setDecodeArgs( in setDecodeArgs() function in android::GoldfishAVCDec 363 if (!setDecodeArgs(inHeader, outHeader)) { in onQueueFilled()
|