Searched refs:off (Results 1 - 23 of 23) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_read_bit_buffer.c17 const size_t off = rb->bit_offset; local
18 const size_t p = off / CHAR_BIT;
19 const int q = CHAR_BIT - 1 - (int)off % CHAR_BIT;
25 rb->bit_offset = off + 1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_write_bit_buffer.c18 const int off = (int)wb->bit_offset; local
19 const int p = off / CHAR_BIT;
20 const int q = CHAR_BIT - 1 - off % CHAR_BIT;
27 wb->bit_offset = off + 1;
/hardware/qcom/power/
H A Dpower.c63 static void sync_thread(int off) argument
76 if (!off) {
89 static void enc_boost(int off) argument
102 if (!off) {
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_ad.cpp134 // 0 means feature exists but turned off, will be turned on by hwc
178 const int off = 0; local
179 adWrite(off);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_ad.cpp102 // 0 means feature exists but turned off, will be turned on by hwc
119 // If feature exists but is turned off, set mTurnedOff to true
142 const int off = 0; local
143 adWrite(off);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_ad.cpp131 // 0 means feature exists but turned off, will be turned on by hwc
163 const int off = 0; local
164 adWrite(off);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dx86_abi_support.asm308 %assign off 16
310 mov rax,[rbp+off]
312 %assign off off+8
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm226 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after
251 ;# if the second filter is not null then need to back off by 2*pitch
271 ;# if the second filter is not null then need to back off by 2*pitch
416 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after
441 ;# if the second filter is not null then need to back off by 2*pitch
461 ;# if the second filter is not null then need to back off by 2*pitch
588 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after
621 ;# if the second filter is not null then need to back off by 2*pitch
641 ;# if the second filter is not null then need to back off by 2*pitch
794 ;# Back off inpu
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c575 unsigned int off = i * 8; local
576 p7 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[7 * 16] + off)),
578 p6 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[6 * 16] + off)),
580 p5 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[5 * 16] + off)),
582 p4 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[4 * 16] + off)),
584 p3 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[3 * 16] + off)),
586 p2 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[2 * 16] + off)),
588 p1 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[1 * 16] + off)),
590 p0 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[0 * 16] + off)),
592 q0 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&aq[0 * 16] + off)),
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp1269 const long long off = pCluster->GetPosition();
1270 assert(off >= 0);
1272 if (off == cluster_off) //preloaded already
1483 const long long off = pCluster->GetPosition();
1484 assert(off >= 0);
1486 if (off == cluster_off) //preloaded already
2003 void Segment::ParseCues(long long off)
2011 long long pos = m_start + off;
2052 long long off,
2059 if (off <
2051 ParseCues( long long off, long long& pos, long& len) argument
[all...]
H A Dmkvparser.hpp707 long long off); //offset relative to segment
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp1299 const long long off = pCluster->GetPosition();
1300 assert(off >= 0);
1302 if (off == cluster_off) //preloaded already
1513 const long long off = pCluster->GetPosition();
1514 assert(off >= 0);
1516 if (off == cluster_off) //preloaded already
2033 void Segment::ParseCues(long long off)
2041 long long pos = m_start + off;
2082 long long off,
2089 if (off <
2081 ParseCues( long long off, long long& pos, long& len) argument
[all...]
H A Dmkvparser.hpp886 long long off); //offset relative to segment
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp1874 int off; local
2941 loff_t off = (len - readOffset)*1LL; local
2942 lseek64(inputBufferFileFd, off ,SEEK_CUR);
3164 loff_t off = (byte_pos - offset_array[pckt_end_idx]); local
3165 if ( lseek64(inputBufferFileFd, -1LL*off , SEEK_CUR) == -1 ){
3167 ", current position =0x%llx", -1LL*off,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dconfigure.sh85 ${toggle_optimizations} turn on/off compiler optimization flags
86 ${toggle_pic} turn on/off Position Independent Code
87 ${toggle_ccache} turn on/off compiler cache
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm238 ; off of v, so set a flag here based on this.
H A Dvp8_packtokens_armv5.asm88 ; off of v, so set a flag here based on this.
H A Dvp8_packtokens_mbrow_armv5.asm109 ; off of v, so set a flag here based on this.
H A Dvp8_packtokens_partitions_armv5.asm138 ; off of v, so set a flag here based on this.
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp2106 int off; local
3242 loff_t off = (len - readOffset)*1LL; local
3243 lseek64(inputBufferFileFd, off ,SEEK_CUR);
3460 loff_t off = (byte_pos - offset_array[pckt_end_idx]); local
3461 if ( lseek64(inputBufferFileFd, -1LL*off , SEEK_CUR) == -1 ) {
3463 ", current position =0x%llx", -1LL*off,
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c6105 OMX_U32 off = 0; /* offset */ local
6135 off = pBuffHead->nOffset;
6137 rem = (off + fl) % 4;
6142 len = off + fl + pad;
6144 OMX_PRINT1(pComponentPrivate->dbg,"off=%d,fl=%d,rem=%d,pad=%d,len=%d\n", off, fl, rem, pad, len);
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp962 /* Turn off Gyro master enable */
1172 LOGV_IF(PROCESS_VERBOSE, "HAL:DMP is set %s", (dmpState ? "on" : "off"));
1564 LOGV_IF(EXTRA_VERBOSE, "HAL:DMP six axis quaternion data was turned off");
1717 LOGV_IF(ENG_VERBOSE, "HAL:DMP quaternion data was turned off");
1852 /* need to also turn on/off the master enable */
1874 /* need to also turn on/off the master enable */
1887 /* need to also turn on/off the master enable */
2080 int off = 0; local
2320 // turn off batch mode.
2341 // if virtual sensors are on but not batched, turn off batc
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp1044 /* Turn off Gyro master enable */
1046 /* TODO: Turn off and close all sensors */
1531 LOGV_IF(EXTRA_VERBOSE, "HAL:DMP six axis quaternion data was turned off");
1665 LOGV_IF(ENG_VERBOSE, "HAL:DMP quaternion data was turned off");
1840 /* need to also turn on/off the master enable */
1862 /* need to also turn on/off the master enable */
1875 /* need to also turn on/off the master enable */
2055 int off = 0; local
2285 // turn off batch mode.
2308 // turn off batc
[all...]

Completed in 1031 milliseconds