Home
last modified time | relevance | path

Searched defs:FrameRect (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/libstagefright/include/
DFrameDecoder.h38 struct FrameRect { struct
50 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/frameworks/av/media/libstagefright/include/
H A DFrameDecoder.h42 struct FrameRect { struct
65 sp<IMemory> extractFrame(FrameRect *rect = NULL); argument
/aosp_15_r20/external/skia/src/core/
H A DSkScan_Hairline.cpp683 void SkScan::FrameRect(const SkRect& r, const SkPoint& strokeSize, in FrameRect() function in SkScan
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs100879 pub fn FrameRect(hDC: HDC, lprc: *const RECT, hbr: HBRUSH) -> ::std::os::raw::c_int; in FrameRect() function