HomeSort by relevance Sort by last modified time
    Searched full:interleaved (Results 26 - 50 of 517) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 118 LDR pLMAXTableL0L1, =armVCM4P2_InterL0L1LMAX ;// Load Interleaved L=0 and L=1 LMAX Tables
120 LDR pRMAXTableL0L1, =armVCM4P2_InterL0L1RMAX ;// Load Interleaved L=0 and L=1 RMAX Tables
  /external/chromium_org/media/base/
container_names.h 29 CONTAINER_AVI, // AVI (Audio Video Interleaved)
test_helpers.h 89 // interleaved. |start| and |increment| are used to specify the values for the
90 // samples. Since this is interleaved data, channel 0 data will be:
96 // interleaved format.
audio_buffer.cc 66 // Remaining formats are interleaved data.
196 // Format is interleaved float32. Copy the data into each channel.
209 // Remaining formats are integer interleaved data. Use the deinterleaving code
  /external/kernel-headers/original/linux/mtd/
flashchip.h 49 if they're interleaved. This can even refer to individual partitions on
  /external/webrtc/src/modules/audio_processing/
audio_buffer.cc 211 int16_t* interleaved = frame->_payloadData; local
216 deinterleaved[j] = interleaved[interleaved_idx];
244 int16_t* interleaved = frame->_payloadData; local
249 interleaved[interleaved_idx] = deinterleaved[j];
  /external/chromium_org/third_party/mesa/src/src/glx/
vertarr.c 112 * interleaved array mode. Each column describes, in the order in which
113 * they appear in the interleaved arrays, one of the four possible types
114 * of vertex data that can appear in an interleaved array.
  /external/mesa3d/src/glx/
vertarr.c 112 * interleaved array mode. Each column describes, in the order in which
113 * they appear in the interleaved arrays, one of the four possible types
114 * of vertex data that can appear in an interleaved array.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorSpace.java 51 * The input data is expected to be encoded in 8-bit interleaved ARGB channels. The output
70 * The input data is expected to be encoded in 8-bit interleaved RGBA channels. The output
89 * The input data is expected to be encoded in 8-bit interleaved RGBA channels. The output
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 163 C2D_COLOR_FORMAT_410_Y_UV = 150, /* planar, Y + interleaved UV */
164 C2D_COLOR_FORMAT_411_Y_UV = 151, /* planar, Y + interleaved UV */
165 C2D_COLOR_FORMAT_420_Y_UV = 152, /* planar, Y + interleaved UV */
166 C2D_COLOR_FORMAT_422_Y_UV = 153, /* planar, Y + interleaved UV */
167 C2D_COLOR_FORMAT_444_Y_UV = 154, /* planar, Y + interleaved UV */
169 C2D_COLOR_FORMAT_410_Y_VU = 160, /* planar, Y + interleaved VU */
170 C2D_COLOR_FORMAT_411_Y_VU = 161, /* planar, Y + interleaved VU */
171 C2D_COLOR_FORMAT_420_Y_VU = 162, /* planar, Y + interleaved VU */
172 C2D_COLOR_FORMAT_422_Y_VU = 163, /* planar, Y + interleaved VU */
173 C2D_COLOR_FORMAT_444_Y_VU = 164, /* planar, Y + interleaved VU *
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 163 C2D_COLOR_FORMAT_410_Y_UV = 150, /* planar, Y + interleaved UV */
164 C2D_COLOR_FORMAT_411_Y_UV = 151, /* planar, Y + interleaved UV */
165 C2D_COLOR_FORMAT_420_Y_UV = 152, /* planar, Y + interleaved UV */
166 C2D_COLOR_FORMAT_422_Y_UV = 153, /* planar, Y + interleaved UV */
167 C2D_COLOR_FORMAT_444_Y_UV = 154, /* planar, Y + interleaved UV */
169 C2D_COLOR_FORMAT_410_Y_VU = 160, /* planar, Y + interleaved VU */
170 C2D_COLOR_FORMAT_411_Y_VU = 161, /* planar, Y + interleaved VU */
171 C2D_COLOR_FORMAT_420_Y_VU = 162, /* planar, Y + interleaved VU */
172 C2D_COLOR_FORMAT_422_Y_VU = 163, /* planar, Y + interleaved VU */
173 C2D_COLOR_FORMAT_444_Y_VU = 164, /* planar, Y + interleaved VU *
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
c2d2.h 163 C2D_COLOR_FORMAT_410_Y_UV = 150, /* planar, Y + interleaved UV */
164 C2D_COLOR_FORMAT_411_Y_UV = 151, /* planar, Y + interleaved UV */
165 C2D_COLOR_FORMAT_420_Y_UV = 152, /* planar, Y + interleaved UV */
166 C2D_COLOR_FORMAT_422_Y_UV = 153, /* planar, Y + interleaved UV */
167 C2D_COLOR_FORMAT_444_Y_UV = 154, /* planar, Y + interleaved UV */
169 C2D_COLOR_FORMAT_410_Y_VU = 160, /* planar, Y + interleaved VU */
170 C2D_COLOR_FORMAT_411_Y_VU = 161, /* planar, Y + interleaved VU */
171 C2D_COLOR_FORMAT_420_Y_VU = 162, /* planar, Y + interleaved VU */
172 C2D_COLOR_FORMAT_422_Y_VU = 163, /* planar, Y + interleaved VU */
173 C2D_COLOR_FORMAT_444_Y_VU = 164, /* planar, Y + interleaved VU *
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 133 // When parsing an interleaved-format delta file,
137 // the size of the interleaved section (given in the window
178 // data_for_add_and_run_, and addresses_for_copy_. If the interleaved format
210 // When using the interleaved format, this function is called both on parsing
213 // reference the same interleaved stream of instructions, sizes, addresses,
230 // If true, the interleaved format described in AllowInterleaved() is used
236 // If the sections are interleaved, both addresses_for_copy_ and
250 // instructions/sizes section. If interleaved format is used, then
272 // decoded from that section. If the interleaved format is used,
281 // for the interleaved format
    [all...]
vcdiff_test.sh 29 # the decoder will recognize the interleaved and checksum formats
31 VCD_OPTIONS="-interleaved -checksum"
373 # Remove -interleaved and -checksum options
377 || { echo "Encode without -interleaved and -checksum options failed"; \
382 || { echo "Decode non-interleaved output failed"; \
385 || { echo "Decoded target does not match original with -interleaved"; \
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder.cc 126 // When parsing an interleaved-format delta file,
130 // the size of the interleaved section (given in the window
171 // data_for_add_and_run_, and addresses_for_copy_. If the interleaved format
203 // When using the interleaved format, this function is called both on parsing
206 // reference the same interleaved stream of instructions, sizes, addresses,
223 // If true, the interleaved format described in AllowInterleaved() is used
229 // If the sections are interleaved, both addresses_for_copy_ and
243 // instructions/sizes section. If interleaved format is used, then
265 // decoded from that section. If the interleaved format is used,
274 // for the interleaved format
    [all...]
vcdiff_test.sh 29 # the decoder will recognize the interleaved and checksum formats
31 VCD_OPTIONS="-interleaved -checksum"
373 # Remove -interleaved and -checksum options
377 || { echo "Encode without -interleaved and -checksum options failed"; \
382 || { echo "Decode non-interleaved output failed"; \
385 || { echo "Decoded target does not match original with -interleaved"; \
  /external/open-vcdiff/src/
vcdecoder.cc 126 // When parsing an interleaved-format delta file,
130 // the size of the interleaved section (given in the window
171 // data_for_add_and_run_, and addresses_for_copy_. If the interleaved format
203 // When using the interleaved format, this function is called both on parsing
206 // reference the same interleaved stream of instructions, sizes, addresses,
223 // If true, the interleaved format described in AllowInterleaved() is used
229 // If the sections are interleaved, both addresses_for_copy_ and
243 // instructions/sizes section. If interleaved format is used, then
265 // decoded from that section. If the interleaved format is used,
274 // for the interleaved format
    [all...]
vcdiff_test.sh 29 # the decoder will recognize the interleaved and checksum formats
31 VCD_OPTIONS="-interleaved -checksum"
373 # Remove -interleaved and -checksum options
377 || { echo "Encode without -interleaved and -checksum options failed"; \
382 || { echo "Decode non-interleaved output failed"; \
385 || { echo "Decoded target does not match original with -interleaved"; \
  /frameworks/av/include/media/
mediaplayer.h 99 // 8xx: Media info/warning (e.g media badly interleaved.)
122 // Bad interleaving means that a media has been improperly interleaved or not
123 // interleaved at all, e.g has all the video samples first then all the audio
  /external/chromium_org/base/mac/
libdispatch_task_runner.h 33 // interleaved with posted tasks, though FIFO order is guaranteed.
  /external/libyuv/files/include/libyuv/
rotate.h 75 // Rotations for when U and V are interleaved.
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.h 34 // or "AVC/H.264 encapsulation as specified in RFC 3984 (non-interleaved mode)"
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 70 // U and V channels are interleaved as VUVUVU.
96 // Since U and V channels are interleaved, offsets need
120 // Since U and V channels are interleaved, offsets need
331 // UV are interleaved. So number of UV bytes per row is 2*(width/2).
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_rate.h 89 * convert an s16 interleaved-data array; exclusive with convert
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_rate.h 89 * convert an s16 interleaved-data array; exclusive with convert

Completed in 1863 milliseconds

12 3 4 5 6 7 8 91011>>