Searched refs:native (Results 1 – 25 of 74) sorted by relevance
123
/hardware/intel/common/omx-components/videocodec/ |
D | Android.mk | 31 $(call include-path-for, frameworks-native)/media/hardware \ 32 $(call include-path-for, frameworks-native)/media/openmax \ 108 $(call include-path-for, frameworks-native)/media/hardware \ 109 $(call include-path-for, frameworks-native)/media/openmax \ 174 $(call include-path-for, frameworks-native)/media/hardware \ 175 $(call include-path-for, frameworks-native)/media/openmax \ 235 $(call include-path-for, frameworks-native)/media/hardware \ 236 $(call include-path-for, frameworks-native)/media/openmax \ 299 $(call include-path-for, frameworks-native)/media/hardware \ 300 $(call include-path-for, frameworks-native)/media/openmax \ [all …]
|
/hardware/interfaces/media/1.0/ |
D | types.hal | 29 * Ref: frameworks/native/include/ui/GraphicBuffer.h 49 * An AnwBuffer is simply AnwBufferAttributes plus a native handle. 57 * Ref: frameworks/native/include/android/rect.h 58 * Ref: frameworks/native/include/ui/Rect.h 68 * Ref: frameworks/native/include/ui/Region.h
|
/hardware/qcom/media/msm8996/libstagefrighthw/ |
D | Android.mk | 32 frameworks/native/include/media/openmax \ 33 frameworks/native/include/media/hardware
|
/hardware/qcom/media/msm8974/libstagefrighthw/ |
D | Android.mk | 26 frameworks/native/include/media/openmax \ 27 frameworks/native/include/media/hardware
|
/hardware/intel/common/libstagefrighthw/ |
D | Android.mk | 24 $(call include-path-for, frameworks-native)/media/hardware \ 25 $(call include-path-for, frameworks-native)/media/openmax
|
/hardware/qcom/media/msm8998/libstagefrighthw/ |
D | Android.mk | 44 frameworks/native/include/media/openmax \ 46 frameworks/native/include/media/hardware
|
/hardware/intel/common/libmix/videoencoder/ |
D | Android.mk | 36 $(call include-path-for, frameworks-native) \ 44 frameworks/native/include/media/openmax \ 45 frameworks/native/include/media/hardware \
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | Android.mk | 36 $(call include-path-for, frameworks-native)/media/hardware \ 37 $(TOP)/frameworks/native/include/media/openmax
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/ |
D | Android.mk | 89 libmm-venc-inc += frameworks/native/include/media/hardware 90 libmm-venc-inc += frameworks/native/include/media/openmax 91 libmm-venc-inc += frameworks/native/libs/nativewindow/include 92 libmm-venc-inc += frameworks/native/libs/nativebase/include 93 libmm-venc-inc += frameworks/native/libs/arect/include
|
/hardware/interfaces/cas/native/1.0/ |
D | types.hal | 17 package android.hardware.cas.native@1.0; 63 * which is referenced by a native-handle. The native handle is allocated
|
D | Android.bp | 4 name: "android.hardware.cas.native@1.0",
|
D | IDescrambler.hal | 16 package android.hardware.cas.native@1.0; 22 * IDescrambler is the native plugin API for descrambling operations.
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/ |
D | Android.mk | 71 libmm-vdec-inc += $(TOP)/frameworks/native/include/media/openmax 72 libmm-vdec-inc += $(TOP)/frameworks/native/include/media/hardware 73 libmm-vdec-inc += $(TOP)/frameworks/native/libs/nativewindow/include 74 libmm-vdec-inc += $(TOP)/frameworks/native/libs/nativebase/include
|
/hardware/qcom/media/msm8996/videopp/ |
D | Android.mk | 49 libmm-vidpp-inc += frameworks/native/include/media/openmax 50 libmm-vidpp-inc += frameworks/native/include/media/hardware
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/ |
D | Android.mk | 30 OMX_HEADER_DIR := frameworks/native/include/media/openmax 74 OMX_HEADER_DIR := frameworks/native/include/media/openmax
|
/hardware/intel/common/utils/media_resource_manager/arbitrator/ |
D | Android.mk | 16 $(call include-path-for, frameworks-native)/media/openmax
|
/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/ |
D | Android.mk | 13 LOCAL_C_INCLUDES := frameworks/native/include/media/openmax \
|
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/ |
D | Android.mk | 19 $(call include-path-for, frameworks-native)/media/openmax \
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | Android.mk | 26 $(TOP)/frameworks/native/include/media/openmax \
|
/hardware/interfaces/media/omx/1.0/ |
D | types.hal | 128 * Ref: frameworks/native/include/ui/GraphicBuffer.h 130 * Ref: frameworks/native/include/binder/IMemory.h 131 * Ref: frameworks/native/libs/binder/IMemory.cpp 182 * (A native handle cannot be put into a union as HIDL currently does not 212 * Ref: frameworks/native/include/media/hardware/VideoAPI.h
|
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
D | common.mk | 8 BUILD_ANDROID_JELLYBEAN = $(shell test -d $(ANDROID_ROOT)/frameworks/native && echo 1) 54 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/frameworks/native/include # Jellybean
|
/hardware/google/av/codec2/ |
D | Android.bp | 13 "frameworks/native/include/media/hardware",
|
/hardware/interfaces/cas/1.0/default/ |
D | Android.bp | 20 "android.hardware.cas.native@1.0",
|
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
D | OMXVideoDecoderAVCSecure.cpp | 613 native_handle_t *native = native_handle_create(1, 2); in MemAllocDataBuffer() local 615 native->data[0] = fd; in MemAllocDataBuffer() 621 native->data[1] = (int) pBuffer; in MemAllocDataBuffer() 623 native->data[2] = rand(); in MemAllocDataBuffer() 630 …ALOGV("Allocating native=[%p] buffer = %#x, data = %#x data_end= %#x size=%d",(OMX_U8 *)native,(u… in MemAllocDataBuffer() 631 return (OMX_U8 *) native; in MemAllocDataBuffer()
|
/hardware/google/av/media/sfplugin/ |
D | Android.bp | 26 "android.hardware.cas.native@1.0",
|
123