Searched defs:map (Results 1 - 25 of 33) sorted by relevance

12

/hardware/intel/common/libmix/mix_audio/tests/smoke/
H A Dmixaudiosmoke.c52 MixAudioConfigParams *map = mix_acp_new(); local
53 if (MIX_IS_AUDIOCONFIGPARAMS(map))
58 mix_acp_unref(map);
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwGrallocBufferMapper.cpp35 bool PnwGrallocBufferMapper::map() function in class:android::intel::PnwGrallocBufferMapper
37 // TODO: implement map
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dactive_map_test.cc41 vpx_active_map_t map = {0}; local
53 map.cols = (kWidth + 15) / 16;
54 map.rows = (kHeight + 15) / 16;
55 ASSERT_EQ(map.cols, 13u);
56 ASSERT_EQ(map.rows, 9u);
57 map.active_map = active_map;
58 encoder->Control(VP8E_SET_ACTIVEMAP, &map);
60 vpx_active_map_t map = {0}; local
61 map.cols = (kWidth + 15) / 16;
62 map
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DTTMBufferMapper.cpp39 bool TTMBufferMapper::map() function in class:android::intel::TTMBufferMapper
52 ETRACE("failed to map TTM buffer");
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DTTMBufferMapper.cpp39 bool TTMBufferMapper::map() function in class:android::intel::TTMBufferMapper
52 ELOGTRACE("failed to map TTM buffer");
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dbvbuffdesc.h51 struct bvbuffmap *map; member in struct:bvbuffdesc
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngGrallocBufferMapper.cpp114 bool TngGrallocBufferMapper::map() function in class:android::intel::TngGrallocBufferMapper
131 ETRACE("failed to map. err = %d", err);
140 // map to gtt
143 VTRACE("failed to map %d into gtt", i);
210 // need support from DDK to map khandle
248 ETRACE("failed to map. err = %d", err);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
H A DTngGrallocBufferMapper.cpp114 bool TngGrallocBufferMapper::map() function in class:android::intel::TngGrallocBufferMapper
131 ELOGTRACE("failed to map. err = %d", err);
140 // map to gtt
143 VLOGTRACE("failed to map %d into gtt", i);
210 // need support from DDK to map khandle
248 ELOGTRACE("failed to map. err = %d", err);
/hardware/intel/common/libwsbm/src/
H A Dwsbm_pool.h58 int (*map) (struct _WsbmBufStorage * buf, unsigned mode, void **virtual); member in struct:_WsbmBufferPool
H A Dwsbm_userpool.c77 void *map; member in struct:_WsbmUserBuffer
188 memcpy(WSBM_USER_ALIGN_SYSMEM(vBuf->sysmem), vBuf->map, vBuf->size);
191 vBuf->map = WSBM_USER_ALIGN_SYSMEM(vBuf->sysmem);
231 vBuf->map = (void *)(p->agpMap + vBuf->node->start);
245 vBuf->map = (void *)(p->vramMap + vBuf->node->start);
259 vBuf->map = WSBM_USER_ALIGN_SYSMEM(vBuf->sysmem);
325 vBuf->map = (void *)(p->agpMap + vBuf->node->start);
326 memcpy(vBuf->map, WSBM_USER_ALIGN_SYSMEM(vBuf->sysmem),
345 vBuf->map = (void *)(p->vramMap + vBuf->node->start);
346 memcpy(vBuf->map, WSBM_USER_ALIGN_SYSME
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dset_maps.c29 // An ROI map is set on frame 22. If the width of the image in macroblocks
34 // An active map is set on frame 33. If the width of the image in macroblocks
38 // The active map is cleared on frame 44.
92 die_codec(codec, "Failed to set ROI map");
100 vpx_active_map_t map = {0}; local
102 map.rows = (cfg->g_h + 15) / 16;
103 map.cols = (cfg->g_w + 15) / 16;
105 map.active_map = (uint8_t *)malloc(map.rows * map
117 vpx_active_map_t map = {0}; local
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/buffers/
H A DBufferManager.cpp153 BufferMapper* BufferManager::map(DataBuffer& buffer) function in class:android::intel::BufferManager
176 ret = mapper->map();
178 ETRACE("failed to map");
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
H A DBufferManager.cpp153 BufferMapper* BufferManager::map(DataBuffer& buffer) function in class:android::intel::BufferManager
176 ret = mapper->map();
178 ELOGTRACE("failed to map");
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c40 // Cyclic refresh map.
41 signed char *map; member in struct:CYCLIC_REFRESH
55 cr->map = vpx_calloc(mi_rows * mi_cols, sizeof(*cr->map));
56 if (cr->map == NULL) {
65 vpx_free(cr->map);
73 // larger than bit cost of segmentation. Segment map bit cost should scale
126 // check if we should reset the segment_id, and update the cyclic_refresh map
127 // and segmentation map.
140 // Default is to not update the refresh map
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_encoder.c164 vpx_codec_enc_cfg_map_t *map; local
173 for (map = iface->enc.cfg_maps; map->usage >= 0; map++) {
174 if (map->usage == (int)usage) {
175 *cfg = map->cfg;
/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.cpp68 ShareMemMap* map = new ShareMemMap;
69 map->sessionflag = sessionflag;
70 map->type = type;
71 map->value_backup = value;
72 map->membase = NULL;
73 map->gbuffer= NULL;
87 delete map;
91 map->value = (intptr_t)( mem->pointer() + 0x0FFF) & ~0x0FFF;
92 map->membase = mem;
96 heap->getHeapID(), mem->pointer(), *((intptr_t *)(mem->pointer())), map
276 ShareMemMap* map = ReadMemObjFromBinder(data, sessionflag, value); local
[all...]
H A DVideoEncoderBase.cpp1565 VASurfaceMap *map = new VASurfaceMap(mVADisplay, mSupportedSurfaceMemType); local
1566 if (map == NULL) {
1571 map->setVASurface(surface); //special case, vasuface is set, so nothing do in doMapping
1572 // map->setType(MetadataBufferTypeEncoder);
1573 map->setValue((intptr_t)*usrptr);
1585 map->setValueInfo(vinfo);
1586 map->doMapping();
1588 mSrcSurfaceMapList.push_back(map);
1610 VASurfaceMap *map = new VASurfaceMap(mVADisplay, mSupportedSurfaceMemType); local
1612 // map
1650 VASurfaceMap *map = NULL; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dmfqe.c241 static int qualify_inter_mb(const MODE_INFO *mode_info_context, int *map) argument
244 map[0] = map[1] = map[2] = map[3] = 1;
257 map[i] = 1;
258 for (j=0; j<4 && map[j]; ++j)
259 map[i] &= (mode_info_context->bmi[ndx[i][j]].mv.as_mv.row <= 2 &&
265 map[0] = map[
286 int totmap, map[4]; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c1155 vpx_active_map_t *map = (vpx_active_map_t *)data; local
1157 if (!vp8_set_active_map(ctx->cpi, map->active_map, map->rows, map->cols))
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp229 void MDPComp::FrameInfo::map() { function in class:qhwc::MDPComp::FrameInfo
754 mCurrentFrame.map();
782 mCurrentFrame.map();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c983 vpx_active_map_t *const map = va_arg(args, vpx_active_map_t *); local
985 if (map) {
986 if (!vp9_set_active_map(ctx->cpi, map->active_map, map->rows, map->cols))
/hardware/ti/omap4-aah/original-kernel-headers/linux/
H A Domapfb.h77 /* Values from DSP must map to lower 16-bits */
243 unsigned map:1; /* kernel mapped by the driver */ member in struct:omapfb_mem_region
/hardware/ti/omap4xxx/original-kernel-headers/linux/
H A Domapfb.h77 /* Values from DSP must map to lower 16-bits */
243 unsigned map:1; /* kernel mapped by the driver */ member in struct:omapfb_mem_region
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp256 void MDPComp::FrameInfo::map() { function in class:qhwc::MDPComp::FrameInfo
1315 mCurrentFrame.map();
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp273 void MDPComp::FrameInfo::map() { function in class:qhwc::MDPComp::FrameInfo
1493 mCurrentFrame.map();

Completed in 684 milliseconds

12