Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h86 static status_t CanFetchGraphicBlock(
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h314 static status_t CanFetchGraphicBlock(
/frameworks/av/media/libstagefright/
DMediaCodec.cpp7116 status_t MediaCodec::CanFetchGraphicBlock( in CanFetchGraphicBlock() function in android::MediaCodec
7137 return CCodec::CanFetchGraphicBlock(names, isCompatible); in CanFetchGraphicBlock()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp3394 status_t CCodec::CanFetchGraphicBlock( in CanFetchGraphicBlock() function in android::CCodec