Searched defs:out (Results 26 - 50 of 110) sorted by relevance

12345

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm_utils_bstream.c76 /* This function tells us how much more data is in the current es buffer from current position. Its used to figure out if
187 /* Check to see if we reached end during above operation. We might be out of range buts it safe since our array
188 has at least MIN_DATA extra bytes and the maximum out of bounds we will go is 5 bytes */
218 /* Break out of loop if we reached last byte or we have enough data */
405 int32_t viddec_pm_utils_bstream_peekbits(viddec_pm_utils_bstream_cxt_t *cxt, uint32_t *out, uint32_t num_bits, uint8_t skip) argument
431 /* zero out upper bits */
454 *out = data.word[0];
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DDrm.cpp487 DrmOutput *out = &mOutputs[output]; local
488 if (!out->connected) {
494 for (int i = 0; i < out->connector->count_props; i++) {
495 props = drmModeGetProperty(mDrmFd, out->connector->props[i]);
503 out->connector->connector_id,
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DDrm.cpp528 DrmOutput *out = &mOutputs[output]; local
529 if (!out->connected) {
535 for (int i = 0; i < out->connector->count_props; i++) {
536 props = drmModeGetProperty(mDrmFd, out->connector->props[i]);
544 out->connector->connector_id,
/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraUtils.cpp85 int AllocatedFrame::allocate(YCbCrLayout* out) { argument
97 if (out != nullptr) {
98 out->y = mData.data();
99 out->yStride = mWidth;
102 out->cb = cbStart;
103 out->cr = crStart;
104 out->cStride = mWidth / 2;
105 out->chromaStep = 1;
110 int AllocatedFrame::getLayout(YCbCrLayout* out) { argument
114 return getCroppedLayout(noCrop, out);
117 getCroppedLayout(const IMapper::Rect& rect, YCbCrLayout* out) argument
[all...]
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.cpp207 OutStreams& serializeParamValue(OutStreams& out, const hidl_vec<uint8_t>& blob) { argument
213 out.elements.setstate(std::ios_base::badbit);
214 return out;
217 out.elements.write(reinterpret_cast<const char*>(&buffer), sizeof(uint32_t));
220 auto offset = out.indirect.tellp();
224 out.elements.setstate(std::ios_base::badbit);
225 return out;
228 out.elements.write(reinterpret_cast<const char*>(&buffer), sizeof(uint32_t));
231 if (blob_length) out.indirect.write(reinterpret_cast<const char*>(&blob[0]), blob_length);
233 return out;
236 serializeParamValue(OutStreams& out, const T& value) argument
241 serialize(TAG_INVALID_t&&, OutStreams& out, const KeyParameter&) argument
245 serialize(T ttag, OutStreams& out, const KeyParameter& param) argument
252 serialize(OutStreams& out, const KeyParameter& param) argument
257 serialize(OutStreams& out, const KeyParameter&) argument
261 serialize(OutStreams& out, const KeyParameter& param) argument
270 serialize(OutStreams& out, const KeyParameter& param) argument
274 serialize(std::ostream& out, const std::vector<KeyParameter>& params) argument
[all...]
/hardware/interfaces/sensors/1.0/default/
H A DSensors.cpp120 hidl_vec<SensorInfo> out; local
121 out.resize(count);
125 SensorInfo *dst = &out[i];
130 _hidl_cb(out);
162 hidl_vec<Event> out; local
198 _hidl_cb(ResultFromStatus(err), out, dynamicSensorsAdded); local
226 out.resize(count);
227 convertFromSensorEvents(err, data.get(), &out);
229 _hidl_cb(Result::OK, out, dynamicSensorsAdded);
257 sensors_event_t out; local
[all...]
/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.cpp103 hidl_vec<int32_t> out; local
104 out.resize(param.size());
106 for (size_t i = 0; i < out.size(); ++i) {
107 out[i] = param[i] * 2;
110 _cb(out);
251 hidl_array<float, 5, 3> out; local
254 out[i][j] = in[j][i];
258 LOG(INFO) << "SERVER(Foo) transposeMe returning " << to_string(out).c_str();
260 _cb(out);
269 MultiDimensional out; local
285 StringMatrix3x5 out; local
301 hidl_array<hidl_string, 3, 5> out; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dand_constructor.c102 void int32_to_long(int32_t in[], long out[], int length) argument
106 out[ii] = (long)in[ii];
/hardware/libhardware/modules/usbcamera/
H A DUsbCamera.cpp200 camera3_stream_buffer_t *out) {
214 out->stream = in->stream;
215 out->buffer = in->buffer;
216 out->status = CAMERA3_BUFFER_STATUS_OK;
218 out->acquire_fence = -1;
219 out->release_fence = -1;
199 processCaptureBuffer(const camera3_stream_buffer_t *in, camera3_stream_buffer_t *out) argument
/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.cpp81 AudioStreamOutGeneric* out = new AudioStreamOutGeneric(); local
82 status_t lStatus = out->set(this, mFd, devices, format, channels, sampleRate);
87 mOutput = out;
89 delete out;
94 void AudioHardwareGeneric::closeOutputStream(AudioStreamOut* out) { argument
95 if (mOutput && out == mOutput) {
H A DAudioHardwareStub.cpp48 AudioStreamOutStub* out = new AudioStreamOutStub(); local
49 status_t lStatus = out->set(format, channels, sampleRate);
54 return out;
55 delete out;
59 void AudioHardwareStub::closeOutputStream(AudioStreamOut* out) argument
61 delete out;
/hardware/nxp/nfc/extns/impl/
H A Dhal_nxpnfc.h122 nfc_nci_ExtnOutputData_t out; member in struct:__anon1711
/hardware/qcom/audio/hal/audio_extn/
H A Dutils.c269 if (usecase->stream.out == NULL) {
272 struct stream_out *out = usecase->stream.out; local
273 struct stream_app_type_cfg *app_type_cfg = &out->app_type_cfg;
279 if (audio_is_usb_out_device(out->devices)) {
282 out->sample_rate,
286 app_type_cfg->mode = flags_to_mode(0 /*playback*/, out->flags);
287 if (!audio_is_linear_pcm(out->format)) {
295 } else if (out->format == AUDIO_FORMAT_PCM_16_BIT) {
302 } else if (out
330 struct stream_out *out; local
428 struct stream_out *out = usecase->stream.out; local
[all...]
/hardware/qcom/audio/hal/
H A Dvoice.c169 uc_info->stream.out = adev->current_call_output ;
343 struct stream_out *out)
347 ret = voice_extn_check_and_set_incall_music_usecase(adev, out);
540 usecase->stream.out = adev->current_call_output;
342 voice_check_and_set_incall_music_usecase(struct audio_device *adev, struct stream_out *out) argument
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.cpp114 /** Determine the intersection of lhs & rhs store in out */
115 static void intersect(struct copybit_rect_t *out, argument
118 out->l = max(lhs->l, rhs->l);
119 out->t = max(lhs->t, rhs->t);
120 out->r = min(lhs->r, rhs->r);
121 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.cpp114 /** Determine the intersection of lhs & rhs store in out */
115 static void intersect(struct copybit_rect_t *out, argument
118 out->l = max(lhs->l, rhs->l);
119 out->t = max(lhs->t, rhs->t);
120 out->r = min(lhs->r, rhs->r);
121 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit.cpp116 /** Determine the intersection of lhs & rhs store in out */
117 static void intersect(struct copybit_rect_t *out, argument
120 out->l = max(lhs->l, rhs->l);
121 out->t = max(lhs->t, rhs->t);
122 out->r = min(lhs->r, rhs->r);
123 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8909w_3100/libcopybit/
H A Dcopybit.cpp116 /** Determine the intersection of lhs & rhs store in out */
117 static void intersect(struct copybit_rect_t *out, argument
120 out->l = max(lhs->l, rhs->l);
121 out->t = max(lhs->t, rhs->t);
122 out->r = min(lhs->r, rhs->r);
123 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp112 /** Determine the intersection of lhs & rhs store in out */
113 static void intersect(struct copybit_rect_t *out, argument
116 out->l = max(lhs->l, rhs->l);
117 out->t = max(lhs->t, rhs->t);
118 out->r = min(lhs->r, rhs->r);
119 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit.cpp115 /** Determine the intersection of lhs & rhs store in out */
116 static void intersect(struct copybit_rect_t *out, argument
119 out->l = max(lhs->l, rhs->l);
120 out->t = max(lhs->t, rhs->t);
121 out->r = min(lhs->r, rhs->r);
122 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit.cpp116 /** Determine the intersection of lhs & rhs store in out */
117 static void intersect(struct copybit_rect_t *out, argument
120 out->l = max(lhs->l, rhs->l);
121 out->t = max(lhs->t, rhs->t);
122 out->r = min(lhs->r, rhs->r);
123 out->b = min(lhs->b, rhs->b);
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit.cpp114 /** Determine the intersection of lhs & rhs store in out */
115 static void intersect(struct copybit_rect_t *out, argument
118 out->l = max(lhs->l, rhs->l);
119 out->t = max(lhs->t, rhs->t);
120 out->r = min(lhs->r, rhs->r);
121 out->b = min(lhs->b, rhs->b);
/hardware/qcom/gps/msm8909w_3100/android/location_api/
H A DGnssAPIClient.cpp46 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out);
498 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out) argument
500 memset(&out, 0, sizeof(IGnssCallback::GnssSvStatus));
501 out.numSvs = in.count;
502 if (out.numSvs > static_cast<uint32_t>(GnssMax::SVS_COUNT)) {
504 __FUNCTION__, out.numSvs, GnssMax::SVS_COUNT);
505 out.numSvs = static_cast<uint32_t>(GnssMax::SVS_COUNT);
507 for (size_t i = 0; i < out.numSvs; i++) {
508 IGnssCallback::GnssSvInfo& info = out.gnssSvList[i];
/hardware/qcom/gps/msm8998/android/location_api/
H A DGnssAPIClient.cpp45 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out);
434 static void convertGnssSvStatus(GnssSvNotification& in, IGnssCallback::GnssSvStatus& out) argument
436 memset(&out, 0, sizeof(IGnssCallback::GnssSvStatus));
437 out.numSvs = in.count;
438 if (out.numSvs > static_cast<uint32_t>(GnssMax::SVS_COUNT)) {
440 __FUNCTION__, out.numSvs, GnssMax::SVS_COUNT);
441 out.numSvs = static_cast<uint32_t>(GnssMax::SVS_COUNT);
443 for (size_t i = 0; i < out.numSvs; i++) {
444 IGnssCallback::GnssSvInfo& info = out.gnssSvList[i];
/hardware/google/av/codec2/hidl/1.0/utils/
H A DComponentStore.cpp316 std::ostream& out,
321 out << indent << "name: " << comp->name << std::endl;
322 out << indent << "domain: " << comp->domain << std::endl;
323 out << indent << "kind: " << comp->kind << std::endl;
324 out << indent << "rank: " << comp->rank << std::endl;
325 out << indent << "mediaType: " << comp->mediaType << std::endl;
326 out << indent << "aliases:";
328 out << ' ' << alias;
330 out << std::endl;
332 return out;
315 dump( std::ostream& out, const std::shared_ptr<const C2Component::Traits>& comp) argument
336 dump( std::ostream& out, const std::shared_ptr<C2Component>& comp) argument
364 std::ostringstream out; local
[all...]

Completed in 884 milliseconds

12345