Searched refs:copy (Results 76 - 100 of 168) sorted by relevance

1234567

/hardware/qcom/display/msm8998/libcopybit/
H A DAndroid.mk5 # You may obtain a copy of the License at
/hardware/qcom/display/msm8998/liblight/
H A DAndroid.mk5 # You may obtain a copy of the License at
/hardware/qcom/display/msm8998/libmemtrack/
H A DAndroid.mk5 # You may obtain a copy of the License at
/hardware/qcom/msm8x26/
H A Dmsm8x26.mk5 # You may obtain a copy of the License at
/hardware/intel/common/libmix/mix_common/src/
H A Dmixparams.h39 * @target: target of the copy
40 * @src: source of the copy
41 * @returns: boolean indicates if copy is successful.
108 * @copy: method to copy details in one object to the other.
118 MixParamsCopyFunction copy; member in struct:_MixParamsClass
144 * @target: copy to target
145 * @src: copy from source
146 * @returns: boolean indicating if copy is successful.
148 * Copy data from one instance to the other. This method internally invoked the #MixParams::copy metho
[all...]
/hardware/intel/common/libmix/mix_audio/src/
H A Dmixacp.c63 mixparams_class->copy = (MixParamsCopyFunction)mix_acp_copy;
126 * @target: copy to target
127 * @src: copy from src
128 * @returns: boolean indicates if copy is successful.
149 if (parent_class->copy)
151 return parent_class->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST(src));
H A Dmixacpaac.c68 mixparams_class->copy = (MixParamsCopyFunction)mix_acp_aac_copy;
128 * @target: copy to target
129 * @src: copy from src
130 * @returns: boolean indicates if copy is successful.
150 if (klass->copy)
152 return klass->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST(src));
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideocaps.c56 mixparams_class->copy = (MixParamsCopyFunction) mix_videocaps_copy;
120 * @target: copy to target
121 * @src: copy from src
122 * @returns: boolean indicates if copy is successful.
146 if (parent_class->copy)
148 return parent_class->copy (MIX_PARAMS_CAST (target),
H A Dmixvideoconfigparamsenc_h264.c77 this_root_class->copy =
146 * @target: copy to target
147 * @src: copy from src
148 * @returns: boolean indicates if copy is successful.
177 if (root_class->copy)
179 return root_class->copy (MIX_PARAMS_CAST (target),
H A Dmixvideoconfigparamsenc_mpeg4.c76 this_root_class->copy =
145 * @target: copy to target
146 * @src: copy from src
147 * @returns: boolean indicates if copy is successful.
174 if (root_class->copy)
176 return root_class->copy (MIX_PARAMS_CAST (target),
H A Dmixbufferpool.c63 mixparams_class->copy = (MixParamsCopyFunction) mix_bufferpool_copy;
126 * @target: copy to target
127 * @src: copy from src
128 * @returns: boolean indicates if copy is successful.
156 if (parent_class->copy) {
157 return parent_class->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST(
H A Dmixdisplay.c102 klass->copy = mix_display_copy_default;
120 if (klass->copy)
122 return klass->copy (target, src);
135 * The default copy method of this object. Perhap copy at this level.
136 * Assign this to the copy vmethod.
143 // TODO perform deep copy.
H A Dmixvideoframe.c70 mixparams_class->copy = (MixParamsCopyFunction) mix_videoframe_copy;
181 * @target: copy to target
182 * @src: copy from src
183 * @returns: boolean indicates if copy is successful.
204 if (parent_class->copy) {
205 return parent_class->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST(
H A Dmixvideorenderparams.c64 mixparams_class->copy = (MixParamsCopyFunction) mix_videorenderparams_copy;
143 * @target: copy to target
144 * @src: copy from src
145 * @returns: boolean indicates if copy is successful.
181 if (parent_class->copy) {
182 return parent_class->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST(
H A Dmixdisplay.h37 * @target: target of the copy
38 * @src: source of the copy
39 * @returns: boolean indicates if copy is successful.
109 * @copy: method to copy details in one object to the other.
120 MixDisplayCopyFunction copy; member in struct:_MixDisplayClass
146 * @target: copy to target
147 * @src: copy from source
148 * @returns: boolean indicating if copy is successful.
150 * Copy data from one instance to the other. This method internally invoked the #MixDisplay::copy metho
[all...]
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dmsg_formatting.h7 ** You may obtain a copy of the License at
199 pos = std::copy(s, s + 4, pos);
200 std::copy(buffer, buffer + size, pos);
214 std::copy(pos, pos + 4, bytes_cast(size));
231 std::copy(pos, pos + sizeof(T), bytes_cast(result));
265 std::copy(pos, pos + sizeof(T), s);
292 return std::copy(s, &s[sizeof(T)], pos);
/hardware/google/av/codec2/include/
H A DC2Param.h6 * You may obtain a copy of the License at
291 /// copy constructor
454 std::unique_ptr<C2Param> copy = Copy(orig);
455 if (copy) {
456 copy->_mIndex.convertToStream(output, stream);
458 return copy;
463 std::unique_ptr<C2Param> copy = Copy(orig);
464 if (copy) {
465 copy->_mIndex.convertToPort(output);
467 return copy;
[all...]
/hardware/google/av/media/sfplugin/utils/
H A DCodec2BufferUtils.cpp6 * You may obtain a copy of the License at
42 inline static void copy(A *a, const B *b, size_t size) { function in struct:android::__anon284::MemCopier
50 inline static void copy(const A *a, B *b, size_t size) { function in struct:android::__anon284::MemCopier
51 MemCopier<true, S>::copy(b, a, size);
58 * \param ToMediaImage whether to copy to (or from) the MediaImage
95 MemCopier<ToMediaImage, 0>::copy(imgPtr, viewPtr, bpp);
/hardware/intel/common/libva/va/
H A DAndroid.mk4 # copy of this software and associated documentation files (the
6 # without limitation the rights to use, copy, modify, merge, publish,
/hardware/intel/img/psb_video/src/
H A DAndroid.mk5 # copy of this software and associated documentation files (the
7 # without limitation the rights to use, copy, modify, merge, publish,
/hardware/broadcom/wlan/bcmdhd/firmware/bcm4343/
H A Ddevice-bcm.mk5 # You may obtain a copy of the License at
/hardware/intel/common/utils/ituxd/
H A DAndroid.mk5 # You may obtain a copy of the License at
/hardware/intel/common/utils/ituxd/jni/
H A DAndroid.mk5 # You may obtain a copy of the License at
/hardware/qcom/display/msm8084/libcopybit/
H A DAndroid.mk5 # You may obtain a copy of the License at
/hardware/qcom/display/msm8084/libgralloc/
H A DAndroid.mk5 # You may obtain a copy of the License at

Completed in 381 milliseconds

1234567