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

12

/hardware/qcom/media/mm-video/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/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_common.h44 #define TIME_COPY(target, source) target = source
72 #define TIME_COPY(target, source) \
73 ((target).tv_sec = (source).tv_sec), ((target).tv_usec = (source).tv_usec)
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_mc.c19 * \brief source file for libexynosv4l2
131 struct media_entity *source; local
134 source = exynos_media_get_entity_by_id(media, link->source.entity);
136 if (source == NULL || sink == NULL) {
138 id, i, link->source.entity,
139 link->source.index,
144 fwdlink = __media_entity_add_link(source);
145 fwdlink->source = &source
458 exynos_media_setup_link(struct media_device *media, struct media_pad *source, struct media_pad *sink, __u32 flags) argument
675 struct media_pad *source; local
[all...]
/hardware/qcom/media/mm-video/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/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DAndroid.mk12 # Add new source files here
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DAndroid.mk11 # Add new source files here
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
H A DAndroid.mk15 # Add new source files here
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DAndroid.mk19 # Add new source files here
/hardware/samsung_slsi/exynos5/include/
H A Dexynos_v4l2.h131 struct media_pad *source; member in struct:media_link
187 int exynos_media_setup_link(struct media_device *media, struct media_pad *source, struct media_pad *sink, __u32 flags);
H A Dmedia.h11 *** source file (e.g. under external/kernel-headers/original/) then
106 struct media_pad_desc source; member in struct:media_link_desc
/hardware/samsung_slsi/exynos5/mobicore/daemon/
H A DAndroid.mk20 # Add new source files here
/hardware/invensense/mlsdk/
H A DAndroid.mk9 #modify these to point to the mpl source installation
34 #modify these to point to the mpl source installation
/hardware/qcom/audio/alsa_sound/
H A DALSAStreamOps.cpp206 int source; local
208 if (param.getInt(key_input, source) == NO_ERROR) {
209 ALOGD("setParameters(), input_source = %d", source);
210 mParent->mALSADevice->setInput(source);
/hardware/qcom/gps/loc_api/
H A DAndroid.mk3 # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4 # � Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dmedia.h112 struct media_pad_desc source; member in struct:media_link_desc
/hardware/invensense/mlsdk/mllite/
H A DmlFIFO.h137 inv_error_t inv_set_gyro_data_source(uint_fast8_t source);
/hardware/qcom/media/mm-core/omxcore/
H A DAndroid.mk4 #Redistribution and use in source and binary forms, with or without
6 # * Redistributions of source code must retain the above copyright
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp70 // - to the virtual audio source == what is captured by the component
71 // which "records" the submix / virtual audio source, and handles it as needed.
418 MonoPipeReader* source = in->dev->rsxSource.get(); local
419 if (source != NULL) {
420 source->incStrong(buffer);
437 frames_read = source->read(buff, remaining_frames, AudioBufferProvider::kInvalidPTS);
449 // done using the source
452 source->decStrong(buffer);
582 MonoPipeReader* source = new MonoPipeReader(sink); local
584 index = source
[all...]
/hardware/ril/mock-ril/
H A DAndroid.mk7 # Directories of source files
/hardware/ril/mock-ril/src/cpp/
H A Dnode_buffer.cpp366 Buffer *source = ObjectWrap::Unwrap<Buffer>(args.This()); local
379 : source->length();
393 if (source_start < 0 || ((size_t)source_start) > source->length()) {
394 DBG("Buffer::Copy(args) X base source start");
399 if (source_end < 0 || ((size_t)source_end) > source->length()) {
400 DBG("Buffer::Copy(args) X bad source");
409 (const void*)(source->data() + source_start),
H A Dmsgheader.pb.cpp357 const MsgHeader* source = local
360 if (source == NULL) {
363 MergeFrom(*source);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp20 * \brief source file for CAMERA HAL MODULE
782 links->source->entity != m_ispSensorEntity ||
786 } else if (exynos_media_setup_link(m_media, links->source, links->sink, MEDIA_LNK_FL_ENABLED) < 0) {
796 links->source->entity != m_ispFrontEntity ||
798 ALOGV("DEBUG(%s):i=%d: links->source->entity : %p, m_ispFrontEntity : %p", __func__, i,
799 links->source->entity, m_ispFrontEntity);
803 } else if (exynos_media_setup_link(m_media, links->source, links->sink, MEDIA_LNK_FL_ENABLED) < 0) {
814 links->source->entity != m_ispBackEntity ||
816 ALOGV("DEBUG(%s):i=%d: links->source->entity : %p, m_ispBackEntity : %p", __func__, i,
817 links->source
[all...]
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c368 links->source->entity != gsc_vd_entity ||
371 } else if (exynos_media_setup_link(media0, links->source, links->sink, MEDIA_LNK_FL_ENABLED) < 0) {
373 __func__, links->source->entity->info.id, links->sink->entity->info.id);
382 if (links == NULL || links->source->entity != gsc_sd_entity ||
385 } else if (exynos_media_setup_link(media0, links->source, links->sink, MEDIA_LNK_FL_ENABLED) < 0) {
387 __func__, links->source->entity->info.id, links->sink->entity->info.id);
494 if (links == NULL || links->source->entity != gsc_handle->gsc_sd_entity ||
497 } else if (exynos_media_setup_link(gsc_handle->media0, links->source,
500 __func__, links->source->entity->info.id, links->sink->entity->info.id);
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp305 static bool ap_is_source_active(const struct audio_policy *pol, audio_source_t source) argument
308 return lap->apm->isSourceActive(source);
/hardware/libhardware/include/hardware/
H A Daudio_policy.h236 audio_source_t source);

Completed in 330 milliseconds

12