Searched defs:index (Results 1 - 25 of 147) sorted by relevance

123456

/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h27 uint32_t index; member in struct:msm_buf_mngr_info
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h9 uint32_t index; member in struct:msm_buf_mngr_info
/hardware/ril/libril/
H A Dril_event.h28 int index; member in struct:ril_event
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXZoom.cpp86 status_t OMXCameraAdapter::doZoom(int index) argument
100 if ( ( 0 > index) || ( ( ZOOM_STAGES - 1 ) < index ) )
102 CAMHAL_LOGEB("Zoom index %d out of range", index);
106 if (mPreviousZoomIndx == index )
115 zoomControl.xHeight = ZOOM_STEPS[index];
116 zoomControl.xWidth = ZOOM_STEPS[index];
129 mPreviousZoomIndx = index;
/hardware/invensense/60xx/mlsdk/mllite/
H A Dcompass.h51 int index; member in struct:yas_adaptive_filter
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAControl.cpp54 status_t ALSAControl::get(const char *name, unsigned int &value, int index) argument
63 ctl = mixer_get_control(mHandle, name, index);
71 status_t ALSAControl::set(const char *name, unsigned int value, int index) argument
75 ALOGD("set:: name %s value %d index %d", name, value, index);
81 // ToDo: Do we need to send index here? Right now it works with 0
121 // ToDo: Do we need to send index here? Right now it works with 0
/hardware/qcom/media/libstagefrighthw/
H A DQComOMXPlugin.cpp91 OMX_U32 index) {
96 return (*mComponentNameEnum)(name, size, index);
88 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/samsung_slsi/exynos5/libstagefrighthw/
H A DExynos_OMX_Plugin.cpp93 OMX_U32 index) {
98 return (*mComponentNameEnum)(name, size, index);
90 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/ti/omap3/dspbridge/dspexec/
H A Ddspexec.c110 UINT index = 0; local
130 /* user specified DSP processor ID (based on zero-index) */
150 while (DSP_SUCCEEDED(DSPManager_EnumProcessorInfo(index,&dspInfo,
155 uProcId = index;
159 index++;
/hardware/ti/omap3/libstagefrighthw/
H A DTIOMXPlugin.cpp91 OMX_U32 index) {
96 return (*mComponentNameEnum)(name, size, index);
88 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Mem.h47 int cleanCache(int index) {return cacheOps(index, ION_IOC_CLEAN_CACHES);} argument
48 int invalidateCache(int index) {return cacheOps(index, ION_IOC_INV_CACHES);} argument
49 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);} argument
50 int getFd(int index) const;
51 int getSize(int index) const;
54 virtual int cacheOps(int index, unsigned int cmd) = 0;
57 virtual void *getPtr(int index) cons
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_interface.c50 * @index: client index
59 uint32_t mm_jpeg_util_generate_handler(uint8_t index) argument
68 handler = (handler<<8) | index;
79 * client index
82 * get client index
/hardware/samsung_slsi/exynos5/include/
H A Dexynos_v4l2.h54 bool exynos_v4l2_enuminput(int fd, int index, char *input_name_buf);
56 int exynos_v4l2_s_input(int fd, int index);
143 __u32 index; member in struct:media_pad
H A Dv4l2-subdev.h47 __u32 index; member in struct:v4l2_subdev_mbus_code_enum
54 __u32 index; member in struct:v4l2_subdev_frame_size_enum
72 __u32 index; member in struct:v4l2_subdev_frame_interval_enum
/hardware/samsung_slsi/exynos5/libcamera2/
H A DMetadataConverter.cpp79 uint32_t index = 0; local
97 for (index = 0 ; index < num_entry ; index++) {
99 if (get_camera_metadata_entry(request, index, &curr_entry)==0) {
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
H A Dlog.h143 uint32_t index = 0; local
152 index += sprintf(&buffer[index], "%s", szDescriptor);
159 index += sprintf(&buffer[index], "memory dump");
161 index += sprintf(&buffer[index], " (0x%08x, %d bytes)", (uint32_t)blob,sizeOfBlob);
163 index = 0;
167 index += sprintf(&buffer[index], "Dat
[all...]
/hardware/ti/omap4xxx/libstagefrighthw/
H A DTIOMXPlugin.cpp99 OMX_U32 index) {
105 return (*mComponentNameEnum)(name, size, index);
96 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp257 int index = (hnd->base - m->framebuffer->base) / bufferSize; local
258 m->bufferMask &= ~(1<<index);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.h48 int cleanCache(int index) {return cacheOps(index, ION_IOC_CLEAN_CACHES);} argument
49 int invalidateCache(int index) {return cacheOps(index, ION_IOC_INV_CACHES);} argument
50 int cleanInvalidateCache(int index) {return cacheOps(index, ION_IOC_CLEAN_INV_CACHES);} argument
51 int getFd(int index) const;
52 int getSize(int index) const;
57 virtual int cacheOps(int index, unsigned int cmd) = 0;
59 virtual camera_memory_t *getMemory(int index, boo
[all...]
/hardware/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.c110 * component index. If not return the next index to create the component.
114 int index = -1, i = 0; local
121 index = i;
125 return index;
131 * Return Value : The next instance index if available
132 * Description: Get the next available index for to store the new instance of the
183 //If component already present get the instance index
260 * index and instance index fo
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A Doverlay.h79 /* set the framebuffer index for external display */
81 /* Returns framebuffer index of the current external display */
91 /*Validate index range, abort if invalid */
92 void validate(int index);
111 static void setUse(int index);
112 static void resetUse(int index);
113 static bool isUsed(int index);
114 static bool isNotUsed(int index);
117 static void setAllocation(int index);
118 static void resetAllocation(int index);
153 validate(int index) argument
187 setUse(int index) argument
191 resetUse(int index) argument
195 isUsed(int index) argument
199 isNotUsed(int index) argument
207 setAllocation(int index) argument
211 resetAllocation(int index) argument
215 isAllocated(int index) argument
219 isNotAllocated(int index) argument
[all...]
/hardware/qcom/display/msm8x26/liboverlay/
H A Doverlay.h79 /* set the framebuffer index for external display */
81 /* Returns framebuffer index of the current external display */
91 /*Validate index range, abort if invalid */
92 void validate(int index);
111 static void setUse(int index);
112 static void resetUse(int index);
113 static bool isUsed(int index);
114 static bool isNotUsed(int index);
117 static void setAllocation(int index);
118 static void resetAllocation(int index);
153 validate(int index) argument
187 setUse(int index) argument
191 resetUse(int index) argument
195 isUsed(int index) argument
199 isNotUsed(int index) argument
207 setAllocation(int index) argument
211 resetAllocation(int index) argument
215 isAllocated(int index) argument
219 isNotAllocated(int index) argument
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dframeparser.cpp635 OMX_U32 index = *parsed_length; local
637 (psource [index] & 0xF0) == 0x20) ||
639 psource [index] == 0xB3))
643 last_byte = psource [index];
644 index++;
649 *parsed_length = index;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dframeparser.cpp590 OMX_U32 index = *parsed_length; local
593 (psource [index] & 0xF0) == 0x20) ||
595 psource [index] == 0xB3)) {
597 last_byte = psource [index];
598 index++;
604 *parsed_length = index;
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dv4l2-subdev.h69 * @index: format index during enumeration
74 __u32 index; member in struct:v4l2_subdev_mbus_code_enum
82 * @index: format index during enumeration
86 __u32 index; member in struct:v4l2_subdev_frame_size_enum
110 * @index: frame interval index during enumeration
117 __u32 index; member in struct:v4l2_subdev_frame_interval_enum

Completed in 1605 milliseconds

123456