Searched refs:source (Results 1 - 25 of 143) sorted by relevance

123456

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp4 Redistribution and use in source and binary forms, with or without
6 * Redistributions of source code must retain the above copyright
144 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, argument
153 if (source == NULL || dest == NULL || partialframe == NULL) {
157 /*Calculate how many bytes are left in source and destination*/
159 psource = source->pBuffer + source->nOffset;
161 source_len = source->nFilledLen;
168 if (source_len == 0 && (source->nFlags & 0x01)) {
181 dest->nFlags = source
477 parse_h264_nallength(OMX_BUFFERHEADERTYPE *source, OMX_BUFFERHEADERTYPE *dest , OMX_U32 *partialframe) argument
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp4 Redistribution and use in source and binary forms, with or without
6 * Redistributions of source code must retain the above copyright
144 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, argument
153 if (source == NULL || dest == NULL || partialframe == NULL) {
157 /*Calculate how many bytes are left in source and destination*/
159 psource = source->pBuffer + source->nOffset;
161 source_len = source->nFilledLen;
168 if (source_len == 0 && (source->nFlags & 0x01)) {
181 dest->nFlags = source
477 parse_h264_nallength(OMX_BUFFERHEADERTYPE *source, OMX_BUFFERHEADERTYPE *dest , OMX_U32 *partialframe) argument
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp4 Redistribution and use in source and binary forms, with or without
6 * Redistributions of source code must retain the above copyright
144 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, argument
153 if (source == NULL || dest == NULL || partialframe == NULL) {
157 /*Calculate how many bytes are left in source and destination*/
159 psource = source->pBuffer + source->nOffset;
161 source_len = source->nFilledLen;
168 if (source_len == 0 && (source->nFlags & 0x01)) {
181 dest->nFlags = source
477 parse_h264_nallength(OMX_BUFFERHEADERTYPE *source, OMX_BUFFERHEADERTYPE *dest , OMX_U32 *partialframe) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dframeparser.cpp4 Redistribution and use in source and binary forms, with or without
6 * Redistributions of source code must retain the above copyright
144 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, argument
153 if (source == NULL || dest == NULL || partialframe == NULL)
158 /*Calculate how many bytes are left in source and destination*/
160 psource = source->pBuffer + source->nOffset;
162 source_len = source->nFilledLen;
169 if (source_len == 0 && (source->nFlags & 0x01))
183 dest->nFlags = source
520 parse_h264_nallength(OMX_BUFFERHEADERTYPE *source, OMX_BUFFERHEADERTYPE *dest , OMX_U32 *partialframe) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dframeparser.h4 Redistribution and use in source and binary forms, with or without
6 * Redistributions of source code must retain the above copyright
69 int parse_sc_frame (OMX_BUFFERHEADERTYPE *source,
73 int parse_h264_nallength (OMX_BUFFERHEADERTYPE *source,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h4 Redistribution and use in source and binary forms, with or without
6 * Redistributions of source code must retain the above copyright
70 int parse_sc_frame (OMX_BUFFERHEADERTYPE *source,
74 int parse_h264_nallength (OMX_BUFFERHEADERTYPE *source,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h4 Redistribution and use in source and binary forms, with or without
6 * Redistributions of source code must retain the above copyright
71 int parse_sc_frame (OMX_BUFFERHEADERTYPE *source,
75 int parse_h264_nallength (OMX_BUFFERHEADERTYPE *source,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h4 Redistribution and use in source and binary forms, with or without
6 * Redistributions of source code must retain the above copyright
71 int parse_sc_frame (OMX_BUFFERHEADERTYPE *source,
75 int parse_h264_nallength (OMX_BUFFERHEADERTYPE *source,
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.cpp288 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { argument
289 target->left = FLOAT(source.left);
290 target->top = FLOAT(source.top);
291 target->right = FLOAT(source.right);
292 target->bottom = FLOAT(source.bottom);
295 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { argument
297 target->left = std::ceil(source.left);
298 target->top = std::ceil(source.top);
299 target->right = std::floor(source.right);
300 target->bottom = std::floor(source
303 GetUint32Color(const hwc_color_t &source) argument
313 GetSDMFormat(const int32_t &source, const int flags) argument
506 SetCSC(ColorSpace_t source, LayerCSC *target) argument
525 SetIGC(IGC_t source, LayerIGC *target) argument
[all...]
H A Dhwc_layers.h104 void SetRect(const hwc_rect_t &source, LayerRect *target);
105 void SetRect(const hwc_frect_t &source, LayerRect *target);
106 uint32_t GetUint32Color(const hwc_color_t &source);
107 LayerBufferFormat GetSDMFormat(const int32_t &source, const int flags);
110 DisplayError SetCSC(ColorSpace_t source, LayerCSC *target);
111 DisplayError SetIGC(IGC_t source, LayerIGC *target);
/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.cpp62 const SharedBuffer& source, uint64_t offset,
66 if (mSharedBufferMap.find(source.bufferId) == mSharedBufferMap.end()) {
67 _hidl_cb(Status::ERROR_DRM_CANNOT_HANDLE, 0, "source decrypt buffer base not set");
109 sp<IMemory> sourceBase = mSharedBufferMap[source.bufferId];
111 if (source.offset + offset + source.size > sourceBase->getSize()) {
118 void *srcPtr = static_cast<void *>(base + source.offset + offset);
58 decrypt(bool secure, const hidl_array<uint8_t, 16>& keyId, const hidl_array<uint8_t, 16>& iv, Mode mode, const Pattern& pattern, const hidl_vec<SubSample>& subSamples, const SharedBuffer& source, uint64_t offset, const DestinationBuffer& destination, decrypt_cb _hidl_cb) argument
/hardware/interfaces/camera/metadata/3.2/
H A DAndroid.mk31 $(transform-generated-source)
50 $(transform-generated-source)
69 $(transform-generated-source)
88 $(transform-generated-source)
107 $(transform-generated-source)
126 $(transform-generated-source)
145 $(transform-generated-source)
164 $(transform-generated-source)
183 $(transform-generated-source)
202 $(transform-generated-source)
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display.h4 * Redistribution and use in source and binary forms, with or without modification, are permitted
6 * * Redistributions of source code must retain the above copyright notice, this list of
148 inline void SetRect(const hwc_rect_t &source, LayerRect *target);
149 inline void SetRect(const hwc_frect_t &source, LayerRect *target);
150 inline void SetComposition(const int32_t &source, LayerComposition *target);
151 inline void SetComposition(const LayerComposition &source, int32_t *target);
152 inline void SetBlending(const int32_t &source, LayerBlending *target);
153 int SetFormat(const int32_t &source, const int flags, LayerBufferFormat *target);
154 LayerBufferFormat GetSDMFormat(const int32_t &source, const int flags);
159 DisplayError SetCSC(ColorSpace_t source, LayerCS
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp322 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { argument
323 target->left = FLOAT(source.left);
324 target->top = FLOAT(source.top);
325 target->right = FLOAT(source.right);
326 target->bottom = FLOAT(source.bottom);
329 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { argument
331 target->left = std::ceil(source.left);
332 target->top = std::ceil(source.top);
333 target->right = std::floor(source.right);
334 target->bottom = std::floor(source
337 GetUint32Color(const hwc_color_t &source) argument
347 GetSDMFormat(const int32_t &source, const int flags) argument
521 SetIGC(IGC_t source, LayerIGC *target) argument
[all...]
H A Dhwc_layers.h102 void SetRect(const hwc_rect_t &source, LayerRect *target);
103 void SetRect(const hwc_frect_t &source, LayerRect *target);
104 uint32_t GetUint32Color(const hwc_color_t &source);
105 LayerBufferFormat GetSDMFormat(const int32_t &source, const int flags);
108 DisplayError SetIGC(IGC_t source, LayerIGC *target);
/hardware/interfaces/drm/1.0/
H A DICryptoPlugin.hal64 * for decrypt source and destination addresses.
77 * Decrypt an array of subsamples from the source memory buffer to the
92 * @param source the input buffer for the decryption
94 * the base of the source buffer
112 SharedBuffer source, uint64_t offset, DestinationBuffer destination)
/hardware/interfaces/media/omx/1.0/
H A DIOmx.hal76 * @return source The associated `IGraphicBufferSource`.
82 IGraphicBufferSource source
/hardware/interfaces/tv/cec/1.0/
H A DAndroid.mk35 $(transform-generated-source)
54 $(transform-generated-source)
73 $(transform-generated-source)
92 $(transform-generated-source)
111 $(transform-generated-source)
130 $(transform-generated-source)
149 $(transform-generated-source)
168 $(transform-generated-source)
187 $(transform-generated-source)
206 $(transform-generated-source)
[all...]
/hardware/interfaces/memtrack/1.0/
H A DAndroid.mk35 $(transform-generated-source)
54 $(transform-generated-source)
73 $(transform-generated-source)
92 $(transform-generated-source)
113 $(transform-generated-source)
148 $(transform-generated-source)
167 $(transform-generated-source)
186 $(transform-generated-source)
205 $(transform-generated-source)
226 $(transform-generated-source)
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display.h4 * Redistribution and use in source and binary forms, with or without modification, are permitted
6 * * Redistributions of source code must retain the above copyright notice, this list of
187 inline void SetRect(const hwc_rect_t &source, LayerRect *target);
188 inline void SetRect(const hwc_frect_t &source, LayerRect *target);
189 inline void SetComposition(const int32_t &source, LayerComposition *target);
190 inline void SetComposition(const LayerComposition &source, int32_t *target);
191 inline void SetBlending(const int32_t &source, LayerBlending *target);
192 int SetFormat(const int32_t &source, const int flags, LayerBufferFormat *target);
193 void SetLayerS3DMode(const LayerBufferS3DFormat &source, uint32_t *target);
194 LayerBufferFormat GetSDMFormat(const int32_t &source, cons
[all...]
/hardware/interfaces/radio/1.0/
H A DAndroid.mk35 $(transform-generated-source)
54 $(transform-generated-source)
73 $(transform-generated-source)
92 $(transform-generated-source)
111 $(transform-generated-source)
130 $(transform-generated-source)
149 $(transform-generated-source)
168 $(transform-generated-source)
187 $(transform-generated-source)
206 $(transform-generated-source)
[all...]
/hardware/interfaces/graphics/common/1.0/
H A DAndroid.mk31 $(transform-generated-source)
50 $(transform-generated-source)
69 $(transform-generated-source)
88 $(transform-generated-source)
107 $(transform-generated-source)
126 $(transform-generated-source)
145 $(transform-generated-source)
176 $(transform-generated-source)
195 $(transform-generated-source)
214 $(transform-generated-source)
[all...]
/hardware/interfaces/automotive/vehicle/2.1/
H A DAndroid.mk36 $(transform-generated-source)
55 $(transform-generated-source)
74 $(transform-generated-source)
93 $(transform-generated-source)
112 $(transform-generated-source)
131 $(transform-generated-source)
150 $(transform-generated-source)
169 $(transform-generated-source)
188 $(transform-generated-source)
207 $(transform-generated-source)
[all...]
/hardware/interfaces/usb/1.0/
H A DAndroid.mk35 $(transform-generated-source)
54 $(transform-generated-source)
73 $(transform-generated-source)
92 $(transform-generated-source)
111 $(transform-generated-source)
130 $(transform-generated-source)
149 $(transform-generated-source)
172 $(transform-generated-source)
193 $(transform-generated-source)
228 $(transform-generated-source)
[all...]
/hardware/interfaces/automotive/vehicle/2.0/
H A DAndroid.mk35 $(transform-generated-source)
54 $(transform-generated-source)
73 $(transform-generated-source)
92 $(transform-generated-source)
111 $(transform-generated-source)
130 $(transform-generated-source)
149 $(transform-generated-source)
168 $(transform-generated-source)
187 $(transform-generated-source)
206 $(transform-generated-source)
[all...]

Completed in 676 milliseconds

123456