Home
last modified time | relevance | path

Searched refs:mFrameParallelMode (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp54 mFrameParallelMode(false), in SoftVPX()
101 if (mFrameParallelMode) { in initDecoder()
129 if (flushDecoder && mFrameParallelMode) { in outputBuffers()
H A DSoftVPX.h65 bool mFrameParallelMode; // Frame parallel is only supported by VP9 decoder. member
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp77 mFrameParallelMode(true), in GoldfishVPX()
152 if (flushDecoder && mFrameParallelMode) { in outputBuffers()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/
DGoldfishVPX.h90 bool mFrameParallelMode; // Frame parallel is only supported by VP9 decoder. member
/aosp_15_r20/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.h73 bool mFrameParallelMode; // Frame parallel is only supported by VP9 decoder. member
H A DC2SoftVpxDec.cpp407 if (mFrameParallelMode) { in onFlush_sm()
454 mFrameParallelMode = false; in initDecoder()
472 if (mFrameParallelMode) flags |= VPX_CODEC_USE_FRAME_THREADING; in initDecoder()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.h76 bool mFrameParallelMode; // Frame parallel is only supported by VP9 decoder. member
DC2GoldfishVpxDec.cpp562 if (mFrameParallelMode) { in onFlush_sm()
593 mFrameParallelMode = false; in initDecoder()