Home
last modified time | relevance | path

Searched defs:FrameDecoder (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/frameworks/av/media/libstagefright/include/
H A DFrameDecoder.h57 struct FrameDecoder : public RefBase { struct
84 virtual ~FrameDecoder(); argument
104 sp<MetaData> trackMeta() const { return mTrackMeta; } in trackMeta()
105 OMX_COLOR_FORMATTYPE dstFormat() const { return mDstFormat; } in dstFormat()
106 ui::PixelFormat captureFormat() const { return mCaptureFormat; } in captureFormat()
107 int32_t dstBpp() const { return mDstBpp; } in dstBpp()
108 void setFrame(const sp<IMemory> &frameMem) { mFrameMemory = frameMem; } in setFrame()
132 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
101 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
101 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
101 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
101 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
101 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
102 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
101 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
101 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
102 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
101 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
101 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
101 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
102 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
102 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
102 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
102 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
101 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
102 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
102 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h42 struct FrameDecoder : public RefBase { struct
101 DISALLOW_EVIL_CONSTRUCTORS(FrameDecoder); argument
/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/frame/
Ddecompress.rs49 pub struct FrameDecoder<R: io::Read> { struct
51 r: R,
75 impl<R: io::Read> FrameDecoder<R> { argument
353 impl<R: io::Read> io::Read for FrameDecoder<R> { implementation
411 impl<R: io::Read> io::BufRead for FrameDecoder<R> { implementation
425 impl<R: fmt::Debug + io::Read> fmt::Debug for FrameDecoder<R> { implementation
/aosp_15_r20/external/perfetto/src/trace_processor/importers/etm/
H A Detm_v4_stream.h35 class FrameDecoder; variable
/aosp_15_r20/external/pigweed/pw_hdlc/py/pw_hdlc/
H A Ddecode.py119 class FrameDecoder: class
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp383 FrameDecoder::FrameDecoder( in FrameDecoder() function in android::FrameDecoder

12