Home
last modified time | relevance | path

Searched refs:queueOutputFrameConfig (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/
DGoldfishVideoDecoderOMXComponent.h178 void queueOutputFrameConfig(const sp<ABuffer> &info);
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp178 queueOutputFrameConfig(privInfo->mHdr10PlusInfo); in outputBuffers()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp206 queueOutputFrameConfig(privInfo->mHdr10PlusInfo); in outputBuffers()
/aosp_15_r20/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp745 void SoftVideoDecoderOMXComponent::queueOutputFrameConfig(const sp<ABuffer> &info) { in queueOutputFrameConfig() function in android::SoftVideoDecoderOMXComponent

12