Searched refs:segment (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_aq_complexity.c31 int segment; local
33 // Clear down the segment map.
49 for (segment = 1; segment < 2; segment++) {
53 in_frame_q_adj_ratio[segment]);
54 vp9_enable_segfeature(seg, segment, SEG_LVL_ALT_Q);
55 vp9_set_segdata(seg, segment, SEG_LVL_ALT_Q, qindex_delta);
60 // Select a segment for the current SB64
74 unsigned char segment; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c262 struct segment { struct
305 struct segment segment; member in struct:nestegg
451 E_MASTER(ID_SEEK_HEAD, TYPE_MASTER, struct segment, seek_head),
452 E_SINGLE_MASTER(ID_INFO, TYPE_MASTER, struct segment, info),
453 E_MASTER(ID_CLUSTER, TYPE_MASTER, struct segment, cluster),
454 E_SINGLE_MASTER(ID_TRACKS, TYPE_MASTER, struct segment, tracks),
455 E_SINGLE_MASTER(ID_CUES, TYPE_MASTER, struct segment, cues),
461 E_SINGLE_MASTER_O(ID_SEGMENT, TYPE_MASTER, nestegg, segment),
1188 if (ne_get_uint(ctx->segment
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp3051 int segment = 0; local
3055 segment = 0;
3057 segment = 1;
3059 segment = 2;
3065 float decibels = curve[segment].mDBAttenuation +
3066 ((float)(volIdx - curve[segment].mIndex)) *
3067 ( (curve[segment+1].mDBAttenuation -
3068 curve[segment].mDBAttenuation) /
3069 ((float)(curve[segment+1].mIndex -
3070 curve[segment]
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp160 // Absolute timecode according to the segment time base.
547 void set_time(const Segment& segment,
713 // position for the cluster within the segment that should be written in
1015 // This class represents the main segment in a WebM file. Currently only
1041 // Adds a generic track to the segment. Returns the newly-allocated
1042 // track object (which is owned by the segment) on success, NULL on
1048 // Adds a Vorbis audio track to the segment. Returns the number of the track
1054 // Adds an empty chapter to the chapters of this segment. Returns
1145 // Adds a VP8 video track to the segment. Returns the number of the track on
1175 // cluster. May update the size and duration of the segment
[all...]
H A Dmkvmuxer.cpp1132 void Chapter::set_time(const Segment& segment, argument
1135 const SegmentInfo* const info = segment.GetSegmentInfo();
2297 // Do not close any writers until the segment size has been written,
2399 // If the segment has a video track hold onto audio frames to make sure the
2465 // If the segment has a video track hold onto audio frames to make sure the
2532 // If the segment has a video track hold onto audio frames to make sure the
2760 // TODO(fgalligan): Support more than one segment.
2764 // Write "unknown" (-1) as segment size value. If mode is kFile, Segment
2772 // Write "unknown" (EBML coded -1) as segment size value. We need to write 8
2773 // bytes because if we are going to overwrite the segment siz
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4732 const char* segment = data; local
4735 const char* const next_segment = strstr(segment, "]]>");
4738 segment, static_cast<std::streamsize>(next_segment - segment));
4740 segment = next_segment + strlen("]]>");
4742 *stream << segment; local
6275 // sequences. Then we print one segment at a time. At the end of
6277 // next segment.
9071 // Prints a segment of bytes in the given object.

Completed in 212 milliseconds