/external/chromium_org/media/webm/ |
cluster_builder.h | 35 void AddSimpleBlock(int track_num, int64 timecode, int flags, 37 void AddBlockGroup(int track_num, int64 timecode, int duration, int flags, 46 void WriteBlock(uint8* buf, int track_num, int64 timecode, int flags,
|
webm_cluster_parser.cc | 221 int timecode = buf[1] << 8 | buf[2]; local 230 // Sign extend negative timecode offsets. 231 if (timecode & 0x8000) 232 timecode |= ~0xffff; 236 return OnBlock(is_simple_block, track_num, timecode, duration, flags, 285 int timecode, 293 MEDIA_LOG(log_cb_) << "Got a block before cluster timecode."; 297 // TODO(acolwell): Should relative negative timecode offsets be rejected? Or 298 // only when the absolute timecode is negative? See http://crbug.com/271794 299 if (timecode < 0) [all...] |
cluster_builder.cc | 15 0xE7, // Timecode ID 16 0x88, // timecode(size=8) 17 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // timecode value 60 // Write the timecode into the header. 68 void ClusterBuilder::AddSimpleBlock(int track_num, int64 timecode, int flags, 81 WriteBlock(buf, track_num, timecode, flags, data, size); 86 void ClusterBuilder::AddBlockGroup(int track_num, int64 timecode, int duration, 107 WriteBlock(buf, track_num, timecode, flags, data, size); 112 void ClusterBuilder::WriteBlock(uint8* buf, int track_num, int64 timecode, 122 int64 timecode_delta = timecode - cluster_timecode_ [all...] |
webm_cluster_parser.h | 115 bool OnBlock(bool is_simple_block, int track_num, int timecode, int duration,
|
webm_cluster_parser_unittest.cc | 23 kTimecodeScale = 1000000, // Timecode scale for millisecond timestamps. 51 static scoped_ptr<Cluster> CreateCluster(int timecode, 301 0xE7, 0x81, 0x00, // Timecode(size=1, value=0)
|
/external/chromium_org/media/filters/ |
chunk_demuxer_unittest.cc | 322 void AppendCluster(int timecode, int block_count) { 323 AppendCluster(GenerateCluster(timecode, block_count)); 327 int timecode, int block_count) { 338 int end_timecode = timecode + block_count * block_duration; 341 timecode, end_timecode, track_number, block_duration)); 434 void AppendEmptyCluster(int timecode) { 435 AppendCluster(GenerateEmptyCluster(timecode)); 568 void AddSimpleBlock(ClusterBuilder* cb, int track_num, int64 timecode) { 570 cb->AddSimpleBlock(track_num, timecode, 0, data, sizeof(data)); 573 scoped_ptr<Cluster> GenerateCluster(int timecode, int block_count) [all...] |
/external/libvpx/libvpx/nestegg/src/ |
nestegg.c | 198 struct ebml_type timecode; member in struct:cluster 301 uint64_t timecode; member in struct:nestegg_packet 370 E_FIELD(ID_TIMECODE, TYPE_UINT, struct cluster, timecode), 1184 int64_t timecode, abs_timecode; local 1208 r = ne_read_int(ctx->io, &timecode, 2); 1286 if (ne_get_uint(cluster->timecode, &cluster_tc) != 0) 1289 abs_timecode = timecode + cluster_tc; 1295 pkt->timecode = (uint64_t)(abs_timecode * tc_scale * track_scale); 1298 block_id == ID_BLOCK ? "" : "simple", pkt->track, pkt->timecode / 1e9, flags, frames); [all...] |
/external/libvpx/libwebm/ |
mkvparser.cpp | [all...] |
/development/ndk/platforms/android-3/include/linux/ |
videodev2.h | 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videodev2.h | 488 struct v4l2_timecode timecode; member in struct:v4l2_buffer 509 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videodev2.h | 488 struct v4l2_timecode timecode; member in struct:v4l2_buffer 509 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videodev2.h | 488 struct v4l2_timecode timecode; member in struct:v4l2_buffer 509 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */ [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
videodev2.h | 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
videodev2.h | 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
videodev2.h | 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
videodev2.h | 356 struct v4l2_timecode timecode; member in struct:v4l2_buffer [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
videodev2.h | 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
videodev2.h | 356 struct v4l2_timecode timecode; member in struct:v4l2_buffer [all...] |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
videodev2.h | 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
videodev2.h | 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
videodev2.h | 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
videodev2.h | 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
videodev2.h | 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/ |
videodev2.h | 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/ |
videodev2.h | 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
|