Searched refs:index (Results 151 - 175 of 676) sorted by relevance

1234567891011>>

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
H A Dvidc_vendor_extensions.h176 // check if the index is valid, name matches, type matches and is set
181 // check if the index is valid, check against explicit type
206 const VendorExtension& operator[] (OMX_U32 index) const {
207 return index < mExt.size() ? mExt[index] : mInvalid;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp93 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
95 index,
96 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"),
97 mCurrentFrame.layerToMDP[index],
98 (mCurrentFrame.isFBComposed[index] ?
99 (mCurrentFrame.drop[index] ? "DROP" :
101 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ :
102 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]]
1341 for layer %d",__FUNCTION__, index); local
1351 layer %d",__FUNCTION__, index); local
1492 allocSplitVGPipesfor4k2k(hwc_context_t *ctx, int index) argument
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp796 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index");
802 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index");
1605 unsigned index = portFmt->nIndex; local
1609 //index 0 - Compressed (UBWC) Venus flavour of YUV420SP
1610 //index 1 - Venus flavour of YUV420SP
1611 //index 2 - Compressed (UBWC) Venus flavour of RGBA8888
1612 //index 3 - Venus flavour of RGBA8888
1613 //index 4 - opaque which internally maps to YUV420SP.
1614 //index 5 - vannilla YUV420SP
1626 //index
2991 unsigned int index = 0; local
3067 unsigned int index = 0; local
3135 unsigned index = 0; local
4239 component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
4540 int index = buffer - m_out_mem_ptr; local
5303 convert_queue_buffer(OMX_HANDLETYPE hComp, struct pmem &Input_pmem_info,unsigned long &index) argument
5403 unsigned long address = 0,p2,id, index = 0; local
5471 unsigned index = 0; local
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp709 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index");
715 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index");
1507 unsigned index = portFmt->nIndex; local
1509 //index 0 - Venus flavour of YUV420SP
1510 //index 1 - opaque which internally maps to YUV420SP.
1511 //index 2 - vannilla YUV420SP
1519 if (index > (sizeof(supportedFormats)/sizeof(*supportedFormats) - 1))
1523 portFmt->nIndex = index; //restore index set from client
1524 portFmt->eColorFormat = (OMX_COLOR_FORMATTYPE)supportedFormats[index];
2602 unsigned int index = 0; local
2671 unsigned int index = 0; local
2732 unsigned index = 0; local
3772 component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
4073 int index = buffer - m_out_mem_ptr; local
4773 convert_queue_buffer(OMX_HANDLETYPE hComp, struct pmem &Input_pmem_info,unsigned long &index) argument
4862 unsigned long address = 0,p2,id, index = 0; local
4925 unsigned index = 0; local
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp785 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index");
791 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index");
1583 unsigned index = portFmt->nIndex; local
1587 //index 0 - Compressed (UBWC) Venus flavour of YUV420SP
1588 //index 1 - Venus flavour of YUV420SP
1589 //index 2 - Compressed (UBWC) Venus flavour of RGBA8888
1590 //index 3 - Venus flavour of RGBA8888
1591 //index 4 - opaque which internally maps to YUV420SP.
1592 //index 5 - vannilla YUV420SP
1604 //index
2906 unsigned int index = 0; local
2982 unsigned int index = 0; local
3043 unsigned index = 0; local
4102 component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
4402 int index = buffer - m_out_mem_ptr; local
5121 convert_queue_buffer(OMX_HANDLETYPE hComp, struct pmem &Input_pmem_info,unsigned long &index) argument
5210 unsigned long address = 0,p2,id, index = 0; local
5277 unsigned index = 0; local
[all...]
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc_h264.c155 guint index; local
335 for(index= 0; index < va_num_profiles; index++) {
336 if(parent->va_profile == va_profiles[index])
340 if(index == va_num_profiles)
367 for (index = 0; index < va_num_entrypoints; index ++) {
368 if (va_entrypoints[index]
500 guint index; local
[all...]
/hardware/intel/img/hwcomposer/merrifield/include/
H A DExternalDevice.h38 virtual bool setActiveConfig(int index);
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnRGBPlane.h32 AnnRGBPlane(int index, int type, int disp);
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngOverlayPlane.cpp26 TngOverlayPlane::TngOverlayPlane(int index, int disp) argument
27 : OverlayPlaneBase(index, disp),
50 mContext.ctx.ov_ctx.index = mIndex;
58 VTRACE("ovadd = %#x, index = %d, device = %d",
183 ATRACE("flags = %#x, type = %d, index = %d", flags, mType, mIndex);
197 arg.plane.index = mIndex;
H A DTngOverlayPlane.h33 TngOverlayPlane(int index, int disp);
H A DTngPrimaryPlane.cpp25 TngPrimaryPlane::TngPrimaryPlane(int index, int disp) argument
26 : TngSpritePlane(index, disp)
56 mContext.ctx.prim_ctx.index = mIndex;
91 arg.plane.index = mIndex;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnCursorPlane.h33 AnnCursorPlane(int index, int disp);
H A DAnnRGBPlane.h31 AnnRGBPlane(int index, int type, int disp);
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h42 uint32_t index; member in struct:msm_buf_mngr_info
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h41 uint32_t index; member in struct:msm_buf_mngr_info
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h23 uint32_t index; member in struct:msm_buf_mngr_info
/hardware/qcom/msm8998/kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h41 uint32_t index; member in struct:msm_buf_mngr_info
H A Dmsm_sde_rotator.h97 __u32 index; member in struct:msm_sde_rotator_fence
105 __u32 index; member in struct:msm_sde_rotator_comp_ratio
/hardware/qcom/msm8998/original-kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h23 uint32_t index; member in struct:msm_buf_mngr_info
/hardware/google/interfaces/media/c2/1.0/
H A Dtypes.hal29 /** argument uses invalid index (user error) */
31 /** argument/index is valid but not possible */
72 * Codec 2.0 parameter index
95 * Struct representing a location of a field in a parameter with a given index.
99 ParamIndex index;
105 * Struct describing basic properties of a parameter with a given index.
108 /** Parameter index */
109 ParamIndex index;
147 /** index of other parameters that this parameter depends on */
387 * Frame index
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
H A DDisplayPlane.cpp25 DisplayPlane::DisplayPlane(int index, int type, int disp) argument
26 : mIndex(index),
185 ssize_t index; local
216 index = mDataBuffers.indexOfKey(buffer->getKey());
217 if (index < 0) {
230 mapper = mDataBuffers.valueAt(index);
267 ssize_t index = mDataBuffers.add(buffer->getKey(), mapper); local
268 if (index < 0) {
/hardware/interfaces/camera/common/
H A DREADME.md12 [source.android.com](http://source.android.com/devices/camera/index.html).
/hardware/interfaces/confirmationui/support/src/
H A Dcbor.cpp26 inline uint8_t getByte(const uint64_t& v, const uint8_t index) { argument
27 return v >> (index * 8);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h131 hwc_layer_1_t* getLayer(uint32_t index) const;
132 overlay::Rotator* getRot(uint32_t index) const;
144 inline hwc_layer_1_t* LayerRotMap::getLayer(uint32_t index) const {
145 if(index >= mCount) return NULL;
146 return mLayer[index];
149 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
150 if(index >= mCount) return NULL;
151 return mRot[index];
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h153 OMX_CORE_PORT_INDEX_IP = 0, ///< input port index
154 OMX_CORE_PORT_INDEX_OP = 1 ///< output port index
233 OMX_U32 index);
369 void meta_buffer_ref_add(unsigned int index, int fd);
370 void meta_buffer_ref_remove(unsigned int index);
382 void ion_flush_op(unsigned int index);
445 unsigned int index);
447 unsigned int index);
449 unsigned int index);
451 unsigned int index);
[all...]

Completed in 1532 milliseconds

1234567891011>>