Searched refs:ext (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c143 omap4_hwc_ext_t ext; /* external mirroring data */ member in struct:omap4_hwc_device
561 static void set_ext_matrix(omap4_hwc_ext_t *ext, struct hwc_rect region) argument
565 float xpy = ext->lcd_xpy;
570 memcpy(ext->m, m_unit, sizeof(m_unit));
571 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top);
572 m_rotate(ext->m, ext->current.rotation);
573 if (ext->current.hflip)
574 m_scale(ext->m, 1, -1, 1, 1);
576 if (ext
664 omap4_hwc_adjust_ext_layer(omap4_hwc_ext_t *ext, struct dss2_ovl_info *ovl) argument
844 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1004 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1060 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1084 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1107 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1134 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1175 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1359 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1727 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
[all...]
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c182 omap4_hwc_ext_t ext; /* external mirroring data */ member in struct:omap4_hwc_device
750 static void set_ext_matrix(omap4_hwc_ext_t *ext, struct hwc_rect region) argument
754 float xpy = ext->lcd_xpy;
759 memcpy(ext->m, m_unit, sizeof(m_unit));
760 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top);
761 m_rotate(ext->m, ext->current.rotation);
762 if (ext->current.hflip)
763 m_scale(ext->m, 1, -1, 1, 1);
765 if (ext
869 omap4_hwc_adjust_ext_layer(omap4_hwc_ext_t *ext, struct dss2_ovl_info *ovl) argument
1042 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1254 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1319 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1346 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1370 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1410 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1451 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1846 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
2320 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
[all...]
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderDefs.h133 VideoExtensionBuffer *ext; member in struct:VideoDecodeBuffer
153 VideoExtensionBuffer *ext; member in struct:VideoConfigBuffer
222 VideoExtensionBuffer *ext; member in struct:VideoFormatInfo
H A DVideoDecoderMPEG4.cpp75 buffer->ext = NULL;
161 buffer->ext = &mExtensionBuffer;
172 buffer->ext = &mExtensionBuffer;
H A DVideoDecoderAVC.cpp118 buffer->ext = &mExtensionBuffer;
/hardware/intel/common/libva/va/glx/
H A Dva_glx_impl.c174 static int check_extension(const char *name, const char *ext) argument
179 if (!name || !ext)
182 end = ext + strlen(ext);
184 while (ext < end) {
185 n = strcspn(ext, " ");
186 if (n == name_len && strncmp(name, ext, n) == 0)
188 ext += (n + 1);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dftfy.sh130 git diff --no-color --no-ext-diff > "${MODIFIED_DIFF}"
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderBase.cpp367 if (decodeBuffer.ext != NULL && decodeBuffer.ext->extType == PACKED_FRAME_TYPE && decodeBuffer.ext->extData != NULL) {
368 PackedFrameData* nextFrame = (PackedFrameData*)decodeBuffer.ext->extData;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp3037 bool Segment::UpdateChunkName(const char* ext, char** name) const { argument
3038 if (!name || !ext)
3043 sprintf_s(ext_chk, sizeof(ext_chk), "_%06d.%s", chunk_count_, ext);
3045 snprintf(ext_chk, sizeof(ext_chk), "_%06d.%s", chunk_count_, ext);
H A Dmkvmuxer.hpp1226 // Sets |name| according to how many chunks have been written. |ext| is the
1229 bool UpdateChunkName(const char* ext, char** name) const;

Completed in 1539 milliseconds