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

1234567

/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/interfaces/gnss/1.1/default/
H A DGnssConfiguration.cpp53 for (auto source : sourceList) {
54 if (source.svid == 0) {
56 mBlacklistedConstellationSet.insert(source.constellation);
58 mBlacklistedSourceSet.insert(source);
70 BlacklistedSource source = {.constellation = gnssSvInfo.constellation, .svid = gnssSvInfo.svid}; local
71 return (mBlacklistedSourceSet.find(source) != mBlacklistedSourceSet.end());
H A DGnssConfiguration.h30 inline int operator()(const BlacklistedSource& source) const {
31 return int(source.constellation) * 1000 + int(source.svid);
/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/interfaces/audio/common/all-versions/util/include/common/all-versions/
H A DVersionUtils.h38 explicit EnumConverter(Source source) : mSource(source) {} argument
51 auto mkEnumConverter(Source source) { argument
52 return EnumConverter<Source, Destination>{source};
/hardware/google/av/codec2/hidl/1.0/utils/
H A DInputSurfaceConnection.cpp68 const sp<GraphicBufferSource>& source,
70 mSource(source), mComp(comp), mFrameIndex(0) {
76 sp<GraphicBufferSource> source = mSource.promote(); local
77 if (source == nullptr) {
80 status_t err = source->initCheck();
125 err = source->configure(
134 if (!source->onInputBufferAdded(i).isOk()) {
139 if (!source->start().isOk()) {
197 sp<GraphicBufferSource> source = src.promote();
198 if (source !
67 Impl( const sp<GraphicBufferSource>& source, const std::shared_ptr<C2Component>& comp) argument
253 InputSurfaceConnection( const sp<GraphicBufferSource>& source, const std::shared_ptr<C2Component>& comp) 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.cpp292 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { argument
293 target->left = FLOAT(source.left);
294 target->top = FLOAT(source.top);
295 target->right = FLOAT(source.right);
296 target->bottom = FLOAT(source.bottom);
299 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { argument
301 target->left = std::ceil(source.left);
302 target->top = std::ceil(source.top);
303 target->right = std::floor(source.right);
304 target->bottom = std::floor(source
307 GetUint32Color(const hwc_color_t &source) argument
317 GetSDMFormat(const int32_t &source, const int flags) argument
516 SetCSC(ColorSpace_t source, LayerCSC *target) argument
535 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/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/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_layers.cpp383 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { argument
384 target->left = FLOAT(source.left);
385 target->top = FLOAT(source.top);
386 target->right = FLOAT(source.right);
387 target->bottom = FLOAT(source.bottom);
390 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { argument
392 target->left = std::ceil(source.left);
393 target->top = std::ceil(source.top);
394 target->right = std::floor(source.right);
395 target->bottom = std::floor(source
398 GetUint32Color(const hwc_color_t &source) argument
408 GetSDMFormat(const int32_t &source, const int flags) argument
620 SetIGC(IGC_t source, LayerIGC *target) argument
[all...]
H A Dhwc_layers.h111 void SetRect(const hwc_rect_t &source, LayerRect *target);
112 void SetRect(const hwc_frect_t &source, LayerRect *target);
113 uint32_t GetUint32Color(const hwc_color_t &source);
114 LayerBufferFormat GetSDMFormat(const int32_t &source, const int flags);
117 DisplayError SetIGC(IGC_t source, LayerIGC *target);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp488 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { argument
489 target->left = FLOAT(source.left);
490 target->top = FLOAT(source.top);
491 target->right = FLOAT(source.right);
492 target->bottom = FLOAT(source.bottom);
495 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { argument
497 target->left = std::ceil(source.left);
498 target->top = std::ceil(source.top);
499 target->right = std::floor(source.right);
500 target->bottom = std::floor(source
503 GetUint32Color(const hwc_color_t &source) argument
513 GetSDMFormat(const int32_t &source, const int flags) argument
703 SetIGC(IGC_t source, LayerIGC *target) argument
[all...]
H A Dhwc_layers.h114 void SetRect(const hwc_rect_t &source, LayerRect *target);
115 void SetRect(const hwc_frect_t &source, LayerRect *target);
116 uint32_t GetUint32Color(const hwc_color_t &source);
117 LayerBufferFormat GetSDMFormat(const int32_t &source, const int flags);
120 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/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_layers.h115 void SetRect(const hwc_rect_t &source, LayerRect *target);
116 void SetRect(const hwc_frect_t &source, LayerRect *target);
117 uint32_t GetUint32Color(const hwc_color_t &source);
118 LayerBufferFormat GetSDMFormat(const int32_t &source, const int flags);
121 DisplayError SetIGC(IGC_t source, LayerIGC *target);
/hardware/qcom/display/msm8909/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
188 inline void SetRect(const hwc_rect_t &source, LayerRect *target);
189 inline void SetRect(const hwc_frect_t &source, LayerRect *target);
190 inline void SetComposition(const int32_t &source, LayerComposition *target);
191 inline void SetComposition(const LayerComposition &source, int32_t *target);
192 inline void SetBlending(const int32_t &source, LayerBlending *target);
193 int SetFormat(const int32_t &source, const int flags, LayerBufferFormat *target);
194 void SetLayerS3DMode(const LayerBufferS3DFormat &source, uint32_t *target);
195 LayerBufferFormat GetSDMFormat(const int32_t &source, cons
[all...]
H A Dhwc_display.cpp4 * Redistribution and use in source and binary forms, with or without
7 * * Redistributions of source code must retain the above copyright
687 void HWCDisplay::SetLayerS3DMode(const LayerBufferS3DFormat &source, uint32_t *target) { argument
689 switch (source) {
909 bool HWCDisplay::IsNonIntegralSourceCrop(const hwc_frect_t &source) { argument
910 if ((source.left != roundf(source.left)) ||
911 (source.top != roundf(source.top)) ||
912 (source
920 SetRect(const hwc_rect_t &source, LayerRect *target) argument
927 SetRect(const hwc_frect_t &source, LayerRect *target) argument
934 SetComposition(const int32_t &source, LayerComposition *target) argument
941 SetComposition(const LayerComposition &source, int32_t *target) argument
951 SetBlending(const int32_t &source, LayerBlending *target) argument
973 GetSDMFormat(const int32_t &source, const int flags) argument
1290 SetIGC(IGC_t source, LayerIGC *target) argument
[all...]
/hardware/qcom/display/msm8909w_3100/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
188 inline void SetRect(const hwc_rect_t &source, LayerRect *target);
189 inline void SetRect(const hwc_frect_t &source, LayerRect *target);
190 inline void SetComposition(const int32_t &source, LayerComposition *target);
191 inline void SetComposition(const LayerComposition &source, int32_t *target);
192 inline void SetBlending(const int32_t &source, LayerBlending *target);
193 int SetFormat(const int32_t &source, const int flags, LayerBufferFormat *target);
194 void SetLayerS3DMode(const LayerBufferS3DFormat &source, uint32_t *target);
195 LayerBufferFormat GetSDMFormat(const int32_t &source, cons
[all...]

Completed in 481 milliseconds

1234567