/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | tools_common.c | 83 struct FileTypeDetectionBuffer *detect = &input_ctx->detect; in read_yuv_frame() local 113 const size_t left = detect->buf_read - detect->position; in read_yuv_frame() 116 memcpy(ptr, detect->buf + detect->position, more); in read_yuv_frame() 119 detect->position += more; in read_yuv_frame()
|
D | ivfdec.c | 65 input_ctx->detect.buf_read = 0; in file_is_ivf() 67 input_ctx->detect.position = 4; in file_is_ivf()
|
D | tools_common.h | 94 struct FileTypeDetectionBuffer detect; member
|
D | vpxenc.c | 112 int file_is_y4m(const char detect[4]) { in file_is_y4m() 113 if (memcmp(detect, "YUV4", 4) == 0) { in file_is_y4m() 119 int fourcc_is_ivf(const char detect[4]) { in fourcc_is_ivf() 120 if (memcmp(detect, "DKIF", 4) == 0) { in fourcc_is_ivf() 779 input->detect.buf_read = fread(input->detect.buf, 1, 4, input->file); in open_input_file() 780 input->detect.position = 0; in open_input_file() 782 if (input->detect.buf_read == 4 in open_input_file() 783 && file_is_y4m(input->detect.buf)) { in open_input_file() 784 if (y4m_input_open(&input->y4m, input->file, input->detect.buf, 4, in open_input_file() 794 } else if (input->detect.buf_read == 4 && fourcc_is_ivf(input->detect.buf)) { in open_input_file()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/ |
D | UPDATING | 18 --disable-runtime-cpu-detect 34 $ ../libvpx/configure --target=armv7-android-gcc --disable-runtime-cpu-detect \
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | Drm.h | 45 bool detect(int device);
|
D | Drm.cpp | 73 bool Drm::detect(int device) in detect() function in android::intel::Drm
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | Drm.h | 49 bool detect(int device);
|
D | Drm.cpp | 73 bool Drm::detect(int device) in detect() function in android::intel::Drm
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
D | README | 6 --disable-examples --disable-runtime-cpu-detect --sdk=$NDK
|
/hardware/bsp/intel/peripheral/libupm/cmake/modules/ |
D | TargetArch.cmake | 6 # "There are many more known variants/revisions that we do not handle/detect." 110 # way, we can detect the correct target architecture even when cross-compiling,
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
D | TargetArch.cmake | 13 # "There are many more known variants/revisions that we do not handle/detect." 119 # way, we can detect the correct target architecture even when cross-compiling,
|
/hardware/intel/common/libmix/mix_audio/ |
D | ChangeLog | 11 * Updated the parameter conversion code for AAC to detect codec value from parameters.
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
D | PhysicalDevice.cpp | 287 if (!drm->detect(mType)) { in detectDisplayConfigs()
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | PhysicalDevice.cpp | 290 if (!drm->detect(mType)) { in detectDisplayConfigs()
|
/hardware/bsp/intel/peripheral/libupm/ |
D | CMakeLists.txt | 65 # detect arch
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | CHANGES | 6 a test runner to detect that a test program has exited
|
D | README | 280 If Google Test doesn't correctly detect whether pthread is available
|