/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/ |
Exynos_OMX_Mpeg4dec.c | 169 unsigned startCode; 197 startCode = 0xFFFFFFFF; 200 while(startCode != 0x1B6) { 202 startCode = (startCode << 8) | readStream; 210 startCode = 0xFFFFFFFF; 211 while ((startCode != 0x1B6)) { 213 startCode = (startCode << 8) | readStream; 242 unsigned startCode; [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/common/src/ |
extra_data_handler.cpp | 128 OMX_U32 i = 3, j=0, startcode; local 134 startcode = buf[0] << 16 | buf[1] <<8 | buf[2]; 136 if (!startcode) { 137 startcode |= buf[i++]; 139 if(startcode != H264_START_CODE) {
|
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/ |
extra_data_handler.cpp | 135 OMX_U32 i = 3, j=0, startcode; local 141 startcode = buf[0] << 16 | buf[1] <<8 | buf[2]; 143 if (!startcode) { 144 startcode |= buf[i++]; 147 if (startcode != H264_START_CODE) {
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
cmap_table.cc | 616 int32_t start_code = StartCode(segment); 643 int32_t CMapTable::CMapFormat4::StartCode(int32_t segment) { 647 return StartCode(data_.p_, seg_count_, segment); 669 int32_t CMapTable::CMapFormat4::StartCode(ReadableFontData* data, 807 first_char_in_segment_ = parent_->StartCode(segment_index_); 983 segment->set_start_count(CMapFormat4::StartCode(data, seg_count, index)); [all...] |
cmap_table.h | 426 // @param startCode the start code for the segment 441 int32_t StartCode(int32_t segment); 469 static int32_t StartCode(ReadableFontData* data,
|
/external/sfntly/cpp/src/sfntly/table/core/ |
cmap_table.cc | 616 int32_t start_code = StartCode(segment); 643 int32_t CMapTable::CMapFormat4::StartCode(int32_t segment) { 647 return StartCode(data_.p_, seg_count_, segment); 669 int32_t CMapTable::CMapFormat4::StartCode(ReadableFontData* data, 807 first_char_in_segment_ = parent_->StartCode(segment_index_); 983 segment->set_start_count(CMapFormat4::StartCode(data, seg_count, index)); [all...] |
cmap_table.h | 426 // @param startCode the start code for the segment 441 int32_t StartCode(int32_t segment); 469 static int32_t StartCode(ReadableFontData* data,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
decode.c | 390 /* search the first 64 bytes for a startcode */ 403 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Manually adding VC-1 startcode\n");
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
decode.c | 390 /* search the first 64 bytes for a startcode */ 403 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Manually adding VC-1 startcode\n");
|
/system/core/toolbox/ |
ps.c | 116 nexttok(&ptr); // startcode
|
/external/chromium_org/media/webm/ |
webm_cluster_parser.cc | 437 // Verify VP8 keyframe startcode.
|
/dalvik/vm/ |
Misc.cpp | 650 unsigned long rlim, startcode, endcode, startstack, kstkesp, kstkeip; 661 &starttime, &vsize, &rss, &rlim, &startcode, &endcode,
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
vop.cpp | 86 uint32 startCode; 101 status = BitstreamShowBits32HC(stream, &startCode); 103 if (startCode == VISUAL_OBJECT_SEQUENCE_START_CODE) [all...] |
combined_decode.cpp | 249 at the end of the frame (i.e. no next startcode) break if the stuffing is valid */
|
/frameworks/av/media/libstagefright/ |
avc_utils.cpp | 204 // A valid startcode consists of at least two 0x00 bytes followed by 0x01.
|
MediaCodec.cpp | [all...] |
/frameworks/av/media/libstagefright/mpeg2ts/ |
MPEG2PSExtractor.cpp | 281 "with startcode.");
|
ATSParser.cpp | 679 "with startcode."); [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
omx_vdec_test.cpp | 2841 unsigned int startcode = 0; local [all...] |
/external/chromium_org/tools/linux/ |
procfs.py | 58 '(?P<STARTCODE>[0-9]+) '
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
H264TrackImpl.java | 251 LOG.fine("Found startcode at " + (pos -4) + " Type: " + nal_unit_type + " ref idc: " + nal_ref_idc + " (size " + size + ")");
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
omx_vdec_test.cpp | 3008 unsigned int startcode = 0; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
bitstream.c | [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
h264_utils.cpp | [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
h264_utils.cpp | [all...] |