Home
last modified time | relevance | path

Searched refs:CanFetchGraphicBlock (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
H A DCCodec.h86 static status_t CanFetchGraphicBlock(
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h274 static status_t CanFetchGraphicBlock(
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp5424 status_t MediaCodec::CanFetchGraphicBlock( in CanFetchGraphicBlock() function in android::MediaCodec
5445 return CCodec::CanFetchGraphicBlock(names, isCompatible); in CanFetchGraphicBlock()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp2810 status_t CCodec::CanFetchGraphicBlock( in CanFetchGraphicBlock() function in android::CCodec