Home
last modified time | relevance | path

Searched refs:CanFetchLinearBlock (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h80 static status_t CanFetchLinearBlock(
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h308 static status_t CanFetchLinearBlock(
/frameworks/av/media/libstagefright/
DMediaCodec.cpp7085 status_t MediaCodec::CanFetchLinearBlock( in CanFetchLinearBlock() function in android::MediaCodec
7106 return CCodec::CanFetchLinearBlock(names, kDefaultReadWriteUsage, isCompatible); in CanFetchLinearBlock()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp3313 status_t CCodec::CanFetchLinearBlock( in CanFetchLinearBlock() function in android::CCodec
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp4097 status_t err = MediaCodec::CanFetchLinearBlock(names, &isCompatible); in android_media_MediaCodec_LinearBlock_checkCompatible()