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

1234567891011>>

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
H A Dviddec_mpeg2_frame_attr.c13 unsigned int index = 0; local
25 for (index = 0; index < attr->mpeg2.number_of_frame_center_offsets; index++)
27 MPEG2_FA_DEB("\tPan_Scan_Offset_%d= %dx%d\n", index,
28 attr->mpeg2.frame_center_offset[index].horz,
29 attr->mpeg2.frame_center_offset[index].vert);
39 unsigned int index = 0; local
42 for (index = 0; index < MPEG2_MAX_VID_OFFSET
101 unsigned int index = 0; local
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwOverlayPlane.cpp26 PnwOverlayPlane::PnwOverlayPlane(int index, int disp) argument
27 : OverlayPlaneBase(index, disp)
H A DPnwPrimaryPlane.cpp25 PnwPrimaryPlane::PnwPrimaryPlane(int index, int disp) argument
26 : PnwSpritePlane(index, disp)
H A DPnwSpritePlane.cpp25 PnwSpritePlane::PnwSpritePlane(int index, int disp) argument
26 : SpritePlaneBase(index, disp)
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Diio.h31 int index; member in struct:__anon212
/hardware/intel/img/hwcomposer/merrifield/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 ETRACE("failed to add mapper. err = %d", (int)index);
55 ssize_t index; local
62 index = mBufferPool.removeItem(mapper->getKey());
63 if (index < 0) {
64 WTRACE("failed to remove mapper. err = %d", (int)index);
73 ssize_t index local
86 getMapper(uint32_t index) argument
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DSpritePlaneBase.cpp23 SpritePlaneBase::SpritePlaneBase(int index, int disp) argument
24 : DisplayPlane(index, PLANE_SPRITE, disp),
/hardware/intel/img/hwcomposer/moorefield_hdmi/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/moorefield_hdmi/ips/common/
H A DSpritePlaneBase.cpp23 SpritePlaneBase::SpritePlaneBase(int index, int disp) argument
24 : DisplayPlane(index, PLANE_SPRITE, disp),
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_inlines.h40 * @client_idx: client index
43 * job index
46 * Get job index by client id
73 * @client_idx: client index
76 * job index
79 * Get job index by client id
86 int index = -1; local
92 index = i;
98 return index;
105 * @client_idx: client index
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_inlines.h40 * @client_idx: client index
43 * job index
46 * Get job index by client id
73 * @client_idx: client index
76 * job index
79 * Get job index by client id
86 int index = -1; local
92 index = i;
98 return index;
105 * @client_idx: client index
[all...]
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_virtual.h44 virtual DisplayError GetConfig(uint32_t index, DisplayConfigVariableInfo *variable_info);
45 virtual DisplayError GetActiveConfig(uint32_t *index);
46 virtual DisplayError SetActiveConfig(uint32_t index) { argument
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_virtual.h43 virtual DisplayError GetConfig(uint32_t index, DisplayConfigVariableInfo *variable_info);
44 virtual DisplayError GetActiveConfig(uint32_t *index);
45 virtual DisplayError SetActiveConfig(uint32_t index) { argument
/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/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/msm8974/libstagefrighthw/
H A DQComOMXPlugin.cpp97 OMX_U32 index) {
102 return (*mComponentNameEnum)(name, size, index);
94 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/qcom/media/msm8996/libstagefrighthw/
H A DQComOMXPlugin.cpp97 OMX_U32 index) {
102 return (*mComponentNameEnum)(name, size, index);
94 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/qcom/media/msm8998/libstagefrighthw/
H A DQComOMXPlugin.cpp97 OMX_U32 index) {
102 return (*mComponentNameEnum)(name, size, index);
94 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

Completed in 564 milliseconds

1234567891011>>