/hardware/bsp/intel/peripheral/libmraa/src/ |
D | doxy2swig.py | 210 kind = node.attributes['kind'].value 211 if kind in ('class', 'struct'): 225 elif kind in ('file', 'namespace'): 277 kind = node.attributes['kind'].value 289 kind in ['variable', 'typedef']: 325 kind = node.attributes['kind'].value 326 if kind in ('public-func', 'func', 'user-defined', ''): 349 kind = node.attributes['kind'].value 350 if kind in ('date', 'rcs', 'version'): 352 elif kind == 'warning': [all …]
|
/hardware/bsp/intel/peripheral/libupm/src/ |
D | doxy2swig.py | 210 kind = node.attributes['kind'].value 211 if kind in ('class', 'struct'): 225 elif kind in ('file', 'namespace'): 277 kind = node.attributes['kind'].value 289 kind in ['variable', 'typedef']: 325 kind = node.attributes['kind'].value 326 if kind in ('public-func', 'func', 'user-defined', ''): 349 kind = node.attributes['kind'].value 350 if kind in ('date', 'rcs', 'version'): 352 elif kind == 'warning': [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | gen_msvs_def.sh | 25 <kind> symbol1 [symbol2, symbol3, ...] 27 where <kind> is either 'text' or 'data'
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/ |
D | xml2js.js | 523 var kind = getAttr(section, 'kind'); 524 return ((kind == 'enum') || (kind == 'public-type')); 617 var kind = getAttr(section, 'kind'); 618 return ((kind == 'public-func') || (kind == 'func')); 669 var kind = getAttr(section, 'kind'); 670 return (kind == 'public-attrib');
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | twopass_encoder.c | 84 if (pkt->kind == VPX_CODEC_STATS_PKT) { in get_frame_stats() 109 if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) { in encode_frame()
|
D | vp8_multi_resolution_encoder.c | 162 if(pkt->kind != VPX_CODEC_CX_FRAME_PKT) in write_ivf_frame_header() 400 switch(pkt[i]->kind) { in main() 425 printf(pkt[i]->kind == VPX_CODEC_CX_FRAME_PKT in main()
|
D | vp8cx_set_ref.c | 80 if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) { in encode_frame()
|
D | simple_encoder.c | 134 if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) { in encode_frame()
|
D | set_maps.c | 139 if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) { in encode_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | encode_test_driver.cc | 30 if (pkt->kind != VPX_CODEC_STATS_PKT) in EncodeFrame() 174 switch (pkt->kind) { in RunLoop()
|
D | superframe_test.cc | 46 if (pkt->kind != VPX_CODEC_CX_FRAME_PKT) in MutateEncoderOutputHook()
|
D | resize_test.cc | 69 if (pkt->kind != VPX_CODEC_CX_FRAME_PKT) in write_ivf_frame_header()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1744 if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc", in is_video_session_supported() 1777 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1780 } else if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1783 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1786 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc", OMX_MAX_STRINGNAME_SIZE) || in log_input_buffers() 1787 !strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.mvc", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1790 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1793 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vc1", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1796 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.wmv", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1799 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vp8", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() [all …]
|
D | omx_vdec_hevc.cpp | 1275 strlcpy(drv_ctx.kind,role,128); in component_init() 1277 if (!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4",\ in component_init() 1291 } else if (!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2",\ in component_init() 1304 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263",\ in component_init() 1316 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx311",\ in component_init() 1326 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1337 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx",\ in component_init() 1348 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc",\ in component_init() 1360 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc",\ in component_init() 1372 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vc1",\ in component_init() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 1638 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.hevc", OMX_MAX_STRINGNAME_SIZE) || in log_input_buffers() 1639 !strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.hevchybrid", OMX_MAX_STRINGNAME_SIZE) || in log_input_buffers() 1640 !strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.hevcswvdec", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1756 strlcpy(drv_ctx.kind,role,128); in component_init() 1758 if((!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc", in component_init() 1760 (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevchybrid", in component_init() 1779 strlcpy(drv_ctx.kind,role,128); in component_init() 1781 if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevchybrid", in component_init() 1792 strlcpy(drv_ctx.kind, "OMX.qcom.video.decoder.hevc", 128); in component_init() 1799 if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevchybrid", in component_init() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 1406 if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc", in is_video_session_supported() 1439 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1443 else if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1445 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1449 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc", OMX_MAX_STRINGNAME_SIZE) || in log_input_buffers() 1450 !strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.mvc", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1454 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1458 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vc1", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1462 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.wmv", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1466 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vp8", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() [all …]
|
D | omx_vdec_hevc.cpp | 1280 strlcpy(drv_ctx.kind,role,128); in component_init() 1282 if (!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4",\ in component_init() 1296 } else if (!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2",\ in component_init() 1309 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263",\ in component_init() 1321 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx311",\ in component_init() 1336 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1352 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx",\ in component_init() 1369 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc",\ in component_init() 1381 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc",\ in component_init() 1393 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vc1",\ in component_init() [all …]
|
D | omx_vdec.cpp | 1239 strlcpy(drv_ctx.kind,role,128); in component_init() 1241 if (!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4",\ in component_init() 1254 } else if (!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2",\ in component_init() 1266 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263",\ in component_init() 1280 else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx311",\ in component_init() 1298 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1316 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx",\ in component_init() 1337 else if ((!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1338 OMX_MAX_STRINGNAME_SIZE)) || (!strncmp(drv_ctx.kind, \ in component_init() 1360 else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc",\ in component_init() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 1621 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.hevc", OMX_MAX_STRINGNAME_SIZE) || in log_input_buffers() 1622 !strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.hevchybrid", OMX_MAX_STRINGNAME_SIZE) || in log_input_buffers() 1623 !strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.hevcswvdec", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1739 strlcpy(drv_ctx.kind,role,128); in component_init() 1741 if((!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc", in component_init() 1743 (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevchybrid", in component_init() 1762 strlcpy(drv_ctx.kind,role,128); in component_init() 1764 if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevchybrid", in component_init() 1775 strlcpy(drv_ctx.kind, "OMX.qcom.video.decoder.hevc", 128); in component_init() 1782 if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevchybrid", in component_init() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 1262 strlcpy(drv_ctx.kind,role,128); in component_init() 1263 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4",\ in component_init() 1278 else if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2",\ in component_init() 1292 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263",\ in component_init() 1306 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx311",\ in component_init() 1324 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1342 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx",\ in component_init() 1361 else if((!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1362 OMX_MAX_STRINGNAME_SIZE)) || (!strncmp(drv_ctx.kind, \ in component_init() 1382 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc",\ in component_init() [all …]
|
D | omx_vdec_copper.cpp | 1227 strlcpy(drv_ctx.kind,role,128); in component_init() 1228 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4",\ in component_init() 1243 else if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2",\ in component_init() 1257 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263",\ in component_init() 1270 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx311",\ in component_init() 1282 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1295 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx",\ in component_init() 1308 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc",\ in component_init() 1322 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vc1",\ in component_init() 1334 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.wmv",\ in component_init() [all …]
|
/hardware/intel/common/libva/test/videoprocess/ |
D | process.cfg | 7 # kind of processing will be executed in test application, although libva supports
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_encoder.h | 169 enum vpx_codec_cx_pkt_kind kind; /**< packet variant */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | mfqe_sse2.asm | 191 ; we can't depend on any kind of data alignment.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_encoder.c | 273 if (pkt && pkt->kind == VPX_CODEC_CX_FRAME_PKT) { in vpx_codec_get_cx_data()
|