Searched refs:extension (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/img/hwcomposer/ips/common/ |
D | DrmControl.cpp | 43 strncpy(video_getparam_arg.extension, in getVideoExtCommand() 44 "lnc_video_getparam", sizeof(video_getparam_arg.extension)); in getVideoExtCommand()
|
D | WsbmWrapper.c | 129 strncpy(arg.extension, drmExt, sizeof(drmExt)); in psbWsbmInitialize()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/ |
D | README | 4 Hierarchical memory heap interface - an extension to standard 33 extension;
|
/hardware/intel/img/psb_video/src/ |
D | psb_drv_video.c | 2956 strncpy(arg.extension, drm_ext, sizeof(arg.extension)); 2980 strncpy(exec_arg.extension, exec_ext, sizeof(exec_arg.extension)); 2990 …strncpy(lncvideo_getparam_arg.extension, lncvideo_getparam_ext, sizeof(lncvideo_getparam_arg.exten…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 7953 FilePath FilePath::RemoveExtension(const char* extension) const { in RemoveExtension() 7954 const std::string dot_extension = std::string(".") + extension; in RemoveExtension() 8015 const char* extension) { in MakeFileName() argument 8018 file = base_name.string() + "." + extension; in MakeFileName() 8021 + "." + extension; in MakeFileName() 8117 const char* extension) { in GenerateUniqueFileName() argument 8121 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 221 # Doxygen selects the parser to use depending on the extension of the files it 222 # parses. With this tag you can assign which parser to use for a given extension. 224 # tag. The format is ext=language, where ext is a file extension, and language 811 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for 813 # doxygen will generate files with .html extension. 1270 # The MAN_EXTENSION tag determines the extension that is added to
|
/hardware/intel/img/libdrm/ |
D | aclocal.m4 | 2174 # We preserve .a as extension for shared libraries through AIX4.2 5272 # Source file extension for C test sources. 5275 # Object file extension for compiled C test sources. 5399 # Source file extension for C++ test sources. 5402 # Object file extension for compiled C++ test sources. 6638 # Source file extension for f77 test sources. 6641 # Object file extension for compiled f77 test sources. 6781 # Source file extension for fc test sources. 6784 # Object file extension for compiled fc test sources. 6888 # Source file extension for Java test sources. [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | libs.doxy_template | 691 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for 693 # doxygen will generate files with .html extension. 929 # The MAN_EXTENSION tag determines the extension that is added to
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 3577 const char* extension); 3595 const char* extension); 3625 FilePath RemoveExtension(const char* extension) const;
|