Searched refs:existing (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | module.c | 125 struct module *new, *existing; in module_open() local 131 existing = module_find_with_name(g_module_head, file); in module_open() 132 if (existing) { in module_open() 133 LOGE("found opened module %s with name\n", existing->name); in module_open() 134 existing->ref_count++; in module_open() 136 return existing; in module_open() 158 existing = module_find_with_handle(g_module_head, new->handle); in module_open() 159 if (existing) { in module_open() 160 LOGE("found opened module %s with handle\n", existing->name); in module_open() 161 existing->ref_count++; in module_open() [all …]
|
/hardware/bsp/intel/peripheral/libupm/docs/ |
D | documentation.md | 49 - `<lib-name>` When adding to an existing library this needs to match that 71 **Please do not use existing, copyrighted images with your sensors!** 88 For more examples take a look at the existing headers in our github repository.
|
D | changelog.md | 29 maintaining backwards compatibility for existing lcd displays. 50 * Added new and updated images for numerous new and existing sensors
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
D | h264parse_dpb.h | 98 …n void h264_dpb_frame_output(h264_Info * pInfo,int32_t fs_idc, int32_t direct, int32_t * existing);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
D | h264parse_dpb.c | 3196 void h264_dpb_frame_output(h264_Info * pInfo,int32_t fs_idc, int32_t direct, int32_t * existing) in h264_dpb_frame_output() argument 3277 *existing = 1; in h264_dpb_frame_output() 3286 *existing = 0; in h264_dpb_frame_output() 3319 int32_t existing = 0; in h264_dpb_output_one_frame_from_dpb() local 3328 h264_dpb_frame_output(pInfo, p_dpb->fs_dec_idc, 1, &existing); in h264_dpb_output_one_frame_from_dpb() 3336 while ((p_dpb->used_size > 0) && (existing == 0) && (is_refused == 0)) in h264_dpb_output_one_frame_from_dpb() 3343 h264_dpb_frame_output(pInfo, p_dpb->fs_dpb_idc[pos], 0, &existing); in h264_dpb_output_one_frame_from_dpb() 3346 if (existing) is_pushed = 1; in h264_dpb_output_one_frame_from_dpb() 3608 int32_t pos = 0, poc = 0, existing = 1; in h264_dpb_assign_frame_store() local 3615 h264_dpb_frame_output(pInfo, p_dpb->fs_dpb_idc[pos], 0, &existing); in h264_dpb_assign_frame_store()
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | changelog.md | 183 * GPIO/PWM ownership guard prevents closing on existing pins, still can be forced.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_convolve8_avg_neon.asm | 128 ; slightly out of order load to match the existing data
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | README | 193 with your existing build system. 387 To make sure your changes work as intended and don't break existing
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | test-data.sha1 | 578 510d95f3beb3b51c572611fdaeeece12277dac30 vp90-2-10-show-existing-frame.webm 579 14d631096f4bfa2d71f7f739aec1448fb3c33bad vp90-2-10-show-existing-frame.webm.md5
|
D | test.mk | 683 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-10-show-existing-frame.webm 684 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-10-show-existing-frame.webm.md5
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 3 All existing users of VP8 can continue to use the library without 94 existing applications, the values accepted are the same as those
|
/hardware/bsp/intel/peripheral/libupm/docs/images/ |
D | LICENSE_CC_3_0.txt | 28 other pre-existing works, such as a translation, adaptation,
|