Home
last modified time | relevance | path

Searched refs:copyImageData (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp262 void GoldfishAVCDec::copyImageData( OMX_BUFFERHEADERTYPE *outHeader, h264_image_t & img) { in copyImageData() function in android::GoldfishAVCDec
465 copyImageData(outHeader, img); in onQueueFilled()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp750 void C2GoldfishHevcDec::copyImageData(hevc_image_t &img) { in copyImageData() function in android::C2GoldfishHevcDec
1000 copyImageData(mImg); in process()
1067 copyImageData(mImg); in drainInternal()
DC2GoldfishHevcDec.h110 void copyImageData(hevc_image_t &img);
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/include/
DGoldfishAVCDec.h124 void copyImageData( OMX_BUFFERHEADERTYPE *outHeader, h264_image_t & img);
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.h110 void copyImageData(h264_image_t &img);
DC2GoldfishAvcDec.cpp803 void C2GoldfishAvcDec::copyImageData(h264_image_t &img) { in copyImageData() function in android::C2GoldfishAvcDec
1048 copyImageData(mImg); in process()
1115 copyImageData(mImg); in drainInternal()