Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
H A DCCodec.h80 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h248 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h248 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h248 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h248 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h268 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h268 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h268 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h268 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h268 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h268 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h268 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h268 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h276 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h286 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h286 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h286 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h276 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h276 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h276 static status_t CanFetchLinearBlock(
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h286 static status_t CanFetchLinearBlock(
/aosp_15_r20/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h400 static status_t CanFetchLinearBlock(
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp7269 status_t MediaCodec::CanFetchLinearBlock( in CanFetchLinearBlock() function in android::MediaCodec
7290 return CCodec::CanFetchLinearBlock(names, kDefaultReadWriteUsage, isCompatible); in CanFetchLinearBlock()
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp3383 status_t CCodec::CanFetchLinearBlock( in CanFetchLinearBlock() function in android::CCodec
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp4253 status_t err = MediaCodec::CanFetchLinearBlock(names, &isCompatible); in android_media_MediaCodec_LinearBlock_checkCompatible()