Home
last modified time | relevance | path

Searched defs:copyFrame (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/hardware/google/aemu/host-common/
DMediaFfmpegVideoHelper.cpp123 void MediaFfmpegVideoHelper::copyFrame() { in copyFrame() function in android::emulation::MediaFfmpegVideoHelper
DMediaH264DecoderFfmpeg.cpp297 void MediaH264DecoderFfmpeg::copyFrame() { in copyFrame() function in android::emulation::MediaH264DecoderFfmpeg
DMediaVideoToolBoxVideoHelper.cpp697 void MediaVideoToolBoxVideoHelper::copyFrame() { in copyFrame() function in android::emulation::MediaVideoToolBoxVideoHelper
DMediaH264DecoderVideoToolBox.cpp487 void MediaH264DecoderVideoToolBox::copyFrame() { in copyFrame() function in android::emulation::MediaH264DecoderVideoToolBox
/aosp_15_r20/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp99 status_t FrameOutput::copyFrame(FILE* fp, long timeoutUsec, bool rawFrames) { in copyFrame() function in FrameOutput