Home
last modified time | relevance | path

Searched refs:setDecodeArgs (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DGoldfishHevcHelper.h50 bool setDecodeArgs(ivd_video_decode_ip_t *ps_decode_ip,
DGoldfishHevcHelper.cpp211 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
DC2GoldfishHevcDec.h67 bool setDecodeArgs(C2ReadView *inBuffer, C2GraphicView *outBuffer,
DC2GoldfishHevcDec.cpp442 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/
DGoldfishH264Helper.h50 bool setDecodeArgs(ivd_video_decode_ip_t *ps_decode_ip,
DGoldfishH264Helper.cpp206 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
DC2GoldfishAvcDec.h67 bool setDecodeArgs(C2ReadView *inBuffer, C2GraphicView *outBuffer,
DC2GoldfishAvcDec.cpp498 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/
DGoldfishAVCDec.h118 bool setDecodeArgs(
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp199 bool GoldfishAVCDec::setDecodeArgs( in setDecodeArgs() function in android::GoldfishAVCDec
363 if (!setDecodeArgs(inHeader, outHeader)) { in onQueueFilled()