HomeSort by relevance Sort by last modified time
    Searched refs:copyFrameDataTo (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
VideoTrackDecoder.java 51 copyFrameDataTo(outputVideoFrame, rotation);
106 protected abstract void copyFrameDataTo(FrameImage2D outputVideoFrame, int rotation);
GpuVideoTrackDecoder.java 138 protected void copyFrameDataTo(FrameImage2D outputVideoFrame, int rotation) {
CpuVideoTrackDecoder.java 101 protected void copyFrameDataTo(FrameImage2D outputVideoFrame, int rotation) {

Completed in 57 milliseconds