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

12345678910

/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/intel/img/hwcomposer/common/buffers/
H A DBufferCache.cpp37 ssize_t index = mBufferPool.indexOfKey(handle); local
38 if (index >= 0) {
44 index = mBufferPool.add(handle, mapper);
45 if (index < 0) {
46 ELOGTRACE("failed to add mapper. err = %d", index);
55 ssize_t index; local
62 index = mBufferPool.removeItem(mapper->getKey());
63 if (index < 0) {
64 WLOGTRACE("failed to remove mapper. err = %d", index);
73 ssize_t index local
86 getMapper(size_t index) argument
[all...]
/hardware/intel/img/hwcomposer/ips/common/
H A DSpritePlaneBase.cpp23 SpritePlaneBase::SpritePlaneBase(int index, int disp) argument
24 : DisplayPlane(index, PLANE_SPRITE, disp),
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h27 uint32_t index; member in struct:msm_buf_mngr_info
/hardware/qcom/msm8x84/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/omap4-aah/camera/OMXCameraAdapter/
H A DOMXZoom.cpp82 status_t OMXCameraAdapter::doZoom(int index) argument
96 if (( 0 > index) || ((mMaxZoomSupported - 1 ) < index )) {
97 CAMHAL_LOGEB("Zoom index %d out of range", index);
101 if (mPreviousZoomIndx == index )
110 zoomControl.xHeight = ZOOM_STEPS[index];
111 zoomControl.xWidth = ZOOM_STEPS[index];
124 mPreviousZoomIndx = index;
/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/intel/common/libmix/videodecoder/
H A DVideoDecoderVP8.h81 int32_t index; member in struct:VideoDecoderVP8::ReferenceFrameBuffer
/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/intel/common/libva/va/x11/
H A Dva_dricommon.c65 int index = drawable % DRAWABLE_HASH_SZ; local
66 struct dri_drawable *dri_drawable = dri_state->drawable_hash[index];
77 dri_drawable->next = dri_state->drawable_hash[index];
78 dri_state->drawable_hash[index] = dri_drawable;
/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
/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/omap4-aah/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/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/intel/common/libstagefrighthw/
H A DWrsOMXPlugin.cpp163 OMX_U32 index) {
165 OMX_U32 relativeIndex = index;
160 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dlookahead.c22 unsigned int read_idx; /* Read index */
23 unsigned int write_idx; /* Write index */
28 /* Return the buffer at the given absolute index and increment the index */
33 unsigned int index = *idx; local
34 struct lookahead_entry *buf = ctx->buf + index;
36 assert(index < ctx->max_sz);
37 if(++index >= ctx->max_sz)
38 index -= ctx->max_sz;
39 *idx = index;
194 vp8_lookahead_peek(struct lookahead_ctx *ctx, unsigned int index, int direction) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_lookahead.c24 unsigned int read_idx; /* Read index */
25 unsigned int write_idx; /* Write index */
30 /* Return the buffer at the given absolute index and increment the index */
33 unsigned int index = *idx; local
34 struct lookahead_entry *buf = ctx->buf + index;
36 assert(index < ctx->max_sz);
37 if (++index >= ctx->max_sz)
38 index -= ctx->max_sz;
39 *idx = index;
177 vp9_lookahead_peek(struct lookahead_ctx *ctx, int index) argument
[all...]

Completed in 1771 milliseconds

12345678910