Searched refs:index (Results 126 - 150 of 676) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_scale.cpp49 void HWScaleV1::SetHWScaleData(const HWScaleData &scale_data, uint32_t index, argument
59 mdp_input_layer *mdp_layer = &mdp_commit->input_layers[index];
61 mdp_scale_data *mdp_scale = &scale_data_v1_.at(index);
92 void* HWScaleV1::GetScaleDataRef(uint32_t index, HWSubBlockType sub_block_type) { argument
94 return &scale_data_v1_.at(index);
123 void HWScaleV2::SetHWScaleData(const HWScaleData &scale_data, uint32_t index, argument
132 mdp_input_layer *mdp_layer = &mdp_commit->input_layers[index];
134 mdp_scale = &scale_data_v2_.at(index);
140 dest_scalar[index].flags = MDP_DESTSCALER_ENABLE;
143 dest_scalar[index]
236 GetScaleDataRef(uint32_t index, HWSubBlockType sub_block_type) argument
[all...]
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_scale.cpp49 void HWScaleV1::SetHWScaleData(const HWScaleData &scale_data, uint32_t index, argument
59 mdp_input_layer *mdp_layer = &mdp_commit->input_layers[index];
61 mdp_scale_data *mdp_scale = &scale_data_v1_.at(index);
92 void* HWScaleV1::GetScaleDataRef(uint32_t index, HWSubBlockType sub_block_type) { argument
94 return &scale_data_v1_.at(index);
123 void HWScaleV2::SetHWScaleData(const HWScaleData &scale_data, uint32_t index, argument
132 mdp_input_layer *mdp_layer = &mdp_commit->input_layers[index];
134 mdp_scale = &scale_data_v2_.at(index);
138 dest_scale_data_v2_.insert(std::make_pair(index, mdp_dest_scale));
139 mdp_scale = &dest_scale_data_v2_[index];
233 GetScaleDataRef(uint32_t index, HWSubBlockType sub_block_type) argument
[all...]
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc_mpeg4.c155 guint index; local
320 for(index= 0; index < va_num_profiles; index++) {
321 if(parent->va_profile == va_profiles[index])
325 if(index == va_num_profiles)
352 for (index = 0; index < va_num_entrypoints; index ++) {
353 if (va_entrypoints[index]
485 guint index; local
[all...]
H A Dmixvideoformatenc_preview.c154 guint index; local
273 for(index= 0; index < va_num_profiles; index++) {
274 if(parent->va_profile == va_profiles[index])
278 if(index == va_num_profiles)
305 for (index = 0; index < va_num_entrypoints; index ++) {
306 if (va_entrypoints[index]
438 guint index; local
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp94 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
96 index,
97 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"),
98 mCurrentFrame.layerToMDP[index],
99 (mCurrentFrame.isFBComposed[index] ?
100 (mCurrentFrame.drop[index] ? "DROP" :
102 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ :
103 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]]
915 int index = ctx->mPtorInfo.layerIndex[j]; local
1519 for layer %d",__FUNCTION__, index); local
1529 layer %d",__FUNCTION__, index); local
1701 allocSplitVGPipesfor4k2k(hwc_context_t *ctx, int index) argument
1935 int index = ctx->mPtorInfo.getPTORArrayIndex(i); local
2187 int index = ctx->mPtorInfo.getPTORArrayIndex(i); local
[all...]
/hardware/interfaces/camera/
H A DREADME.md12 [source.android.com](http://source.android.com/devices/camera/index.html).
/hardware/interfaces/cas/1.0/default/
H A DFactoryLoader.h87 ssize_t index = mCASystemIdToLibraryPathMap.indexOfKey(CA_system_id); local
88 if (index >= 0) {
90 mCASystemIdToLibraryPathMap[index],
192 ssize_t index = mLibraryPathToOpenLibraryMap.indexOfKey(path); local
193 if (index >= 0) {
194 mLibrary = mLibraryPathToOpenLibraryMap[index].promote();
196 index = mLibraryPathToOpenLibraryMap.add(path, NULL);
205 mLibraryPathToOpenLibraryMap.replaceValueAt(index, mLibrary);
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraStream.h69 virtual int32_t bufDone(uint32_t index);
107 int32_t mapNewBuffer(uint32_t index);
147 int8_t mCurMetaIndex; // Active metadata buffer index
229 static int32_t invalidate_buf(uint32_t index, void *user_data);
230 static int32_t clean_invalidate_buf(uint32_t index, void *user_data);
231 static int32_t clean_buf(uint32_t index, void *user_data);
256 int32_t invalidateBuf(uint32_t index);
257 int32_t cleanInvalidateBuf(uint32_t index);
258 int32_t cleanBuf(uint32_t index);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dmp4_utils.cpp267 unsigned int index = 4,vop_bits=0; local
278 vop_type = (pbuffer[index] & 0xc0) >> 6;
281 modulo_bit = pbuffer[index] & (1 << (7-bits_parsed));
283 index += bits_parsed/8;
285 if(index >= len) {
291 index += bits_parsed/8;
292 if(index >= len) {
296 not_coded = pbuffer[index] & (1 << (7 - bits_parsed));
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp295 unsigned int index = 4,vop_bits=0; local
309 vop_type = (pbuffer[index] & 0xc0) >> 6;
313 modulo_bit = pbuffer[index] & (1 << (7-bits_parsed));
315 index += bits_parsed/8;
318 if (index >= len) {
325 index += bits_parsed/8;
327 if (index >= len) {
332 not_coded = pbuffer[index] & (1 << (7 - bits_parsed));
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp295 unsigned int index = 4,vop_bits=0; local
309 vop_type = (pbuffer[index] & 0xc0) >> 6;
313 modulo_bit = pbuffer[index] & (1 << (7-bits_parsed));
315 index += bits_parsed/8;
318 if (index >= len) {
325 index += bits_parsed/8;
327 if (index >= len) {
332 not_coded = pbuffer[index] & (1 << (7 - bits_parsed));
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp295 unsigned int index = 4,vop_bits=0; local
309 vop_type = (pbuffer[index] & 0xc0) >> 6;
313 modulo_bit = pbuffer[index] & (1 << (7-bits_parsed));
315 index += bits_parsed/8;
318 if (index >= len) {
325 index += bits_parsed/8;
327 if (index >= len) {
332 not_coded = pbuffer[index] & (1 << (7 - bits_parsed));
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h24 uint32_t index; member in struct:msm_buf_mngr_info
66 uint32_t index; member in struct:msm_buf_mngr_info32_t
/hardware/intel/common/utils/ISV/profile/
H A Disv_profile.cpp121 int index = 0; local
124 index = ProcFilterNoiseReduction;
126 index = ProcFilterDeinterlacing;
128 index = ProcFilterSharpening;
130 index = ProcFilterColorBalance;
132 index = ProcFilterDeblocking;
134 index = ProcFilterFrameRateConversion;
136 index = ProcFilterSkinToneEnhancement;
138 index = ProcFilterTotalColorCorrection;
140 index
[all...]
/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp99 ssize_t index = mTagToSectionMap.indexOfKey(tag); local
100 if (index < 0) {
103 return mSections[mTagToSectionMap.valueAt(index)].string();
111 ssize_t index = mTagToNameMap.indexOfKey(tag); local
112 if (index < 0) {
115 return mTagToNameMap.valueAt(index).string();
131 ssize_t index = mReverseMapping.indexOfKey(section); local
132 if (index < 0) {
137 ssize_t nameIndex = mReverseMapping[index]->indexOfKey(name);
144 *tag = mReverseMapping[index]
264 ssize_t index = sections.indexOf(sectionString); local
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnCursorPlane.cpp27 AnnCursorPlane::AnnCursorPlane(int index, int disp) argument
28 : DisplayPlane(index, PLANE_CURSOR, disp)
148 mContext.ctx.cs_ctx.index = mIndex;
179 arg.plane.index = mIndex;
202 arg.plane.index = mIndex;
/hardware/interfaces/media/omx/1.0/vts/functional/common/
H A Dmedia_hidl_test_common.cpp92 OMX_U32 index = 0; local
99 portFormat.nIndex = index;
107 index++;
108 if (index == 512) {
111 EXPECT_LE(index, 512U)
116 if (!index) return status;
118 for (index = 0; index < arrColorFormat.size(); index++) {
119 if (arrColorFormat[index]
155 OMX_U32 index = 0; local
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/test/
H A Dmm_lib2d_test.c348 unsigned int index; local
402 for (index = 0; index < total_tests; index++)
405 filename = input_nv21[index].filename;
406 width = input_nv21[index].wdith;
407 height = input_nv21[index].height;
408 input_yuv_stride = input_nv21[index].stride;
409 offset = input_nv21[index].offset;
410 format = input_nv21[index]
[all...]
/hardware/libhardware/modules/camera/3_0/
H A DVendorTags.cpp114 int index; local
124 index = tag - section->start;
125 return &section->tags[index];
/hardware/qcom/display/msm8909/sdm/libs/core/
H A Ddisplay_virtual.cpp68 DisplayError DisplayVirtual::GetConfig(uint32_t index, DisplayConfigVariableInfo *variable_info) { argument
74 DisplayError DisplayVirtual::GetActiveConfig(uint32_t *index) { argument
76 *index = 0;
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Ddisplay_virtual.cpp68 DisplayError DisplayVirtual::GetConfig(uint32_t index, DisplayConfigVariableInfo *variable_info) { argument
74 DisplayError DisplayVirtual::GetActiveConfig(uint32_t *index) { argument
76 *index = 0;
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_virtual.cpp78 DisplayError DisplayVirtual::GetConfig(uint32_t index, DisplayConfigVariableInfo *variable_info) { argument
84 DisplayError DisplayVirtual::GetActiveConfig(uint32_t *index) { argument
86 *index = 0;
H A Dhw_interface.h69 virtual DisplayError GetDisplayAttributes(uint32_t index,
72 virtual DisplayError SetDisplayAttributes(uint32_t index) = 0;
74 virtual DisplayError GetConfigIndex(uint32_t mode, uint32_t *index) = 0;
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_virtual.cpp67 DisplayError DisplayVirtual::GetConfig(uint32_t index, DisplayConfigVariableInfo *variable_info) { argument
73 DisplayError DisplayVirtual::GetActiveConfig(uint32_t *index) { argument
75 *index = 0;
/hardware/qcom/media/msm8996/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;

Completed in 642 milliseconds

1234567891011>>