Home
last modified time | relevance | path

Searched refs:detect (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c83 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()
Divfdec.c65 input_ctx->detect.buf_read = 0; in file_is_ivf()
67 input_ctx->detect.position = 4; in file_is_ivf()
Dtools_common.h94 struct FileTypeDetectionBuffer detect; member
Dvpxenc.c112 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/
DUPDATING18 --disable-runtime-cpu-detect
34 $ ../libvpx/configure --target=armv7-android-gcc --disable-runtime-cpu-detect \
/hardware/intel/img/hwcomposer/merrifield/common/base/
DDrm.h45 bool detect(int device);
DDrm.cpp73 bool Drm::detect(int device) in detect() function in android::intel::Drm
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DDrm.h49 bool detect(int device);
DDrm.cpp73 bool Drm::detect(int device) in detect() function in android::intel::Drm
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
DREADME6 --disable-examples --disable-runtime-cpu-detect --sdk=$NDK
/hardware/bsp/intel/peripheral/libupm/cmake/modules/
DTargetArch.cmake6 # "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/
DTargetArch.cmake13 # "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/
DChangeLog11 * Updated the parameter conversion code for AAC to detect codec value from parameters.
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DPhysicalDevice.cpp287 if (!drm->detect(mType)) { in detectDisplayConfigs()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DPhysicalDevice.cpp290 if (!drm->detect(mType)) { in detectDisplayConfigs()
/hardware/bsp/intel/peripheral/libupm/
DCMakeLists.txt65 # detect arch
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DCHANGES6 a test runner to detect that a test program has exited
DREADME280 If Google Test doesn't correctly detect whether pthread is available