OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_field
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.h
159
// Set the I bit in the
x_field
, and write PictureID to the appropriate
161
int WritePictureIDFields(uint8_t*
x_field
,
166
// Set the L bit in the
x_field
, and write Tl0PicIdx to the appropriate
168
int WriteTl0PicIdxFields(uint8_t*
x_field
,
173
// Set the T and K bits in the
x_field
, and write TID, Y and KeyIdx to the
176
int WriteTIDAndKeyIdxFields(uint8_t*
x_field
,
rtp_format_vp8.cc
506
uint8_t*
x_field
= buffer + vp8_fixed_payload_descriptor_bytes_;
507
*
x_field
= 0;
511
x_field
, buffer, buffer_length, &extension_length) < 0) {
517
x_field
, buffer, buffer_length, &extension_length) < 0) {
523
x_field
, buffer, buffer_length, &extension_length) < 0) {
532
int RtpPacketizerVp8::WritePictureIDFields(uint8_t*
x_field
,
536
*
x_field
|= kIBit;
563
int RtpPacketizerVp8::WriteTl0PicIdxFields(uint8_t*
x_field
,
571
*
x_field
|= kLBit;
578
int RtpPacketizerVp8::WriteTIDAndKeyIdxFields(uint8_t*
x_field
,
[
all
...]
/external/autotest/tko/
frontend.py
43
def __init__(self, sql_rows,
x_field
, y_field, query_reasons = False):
64
self.x_values = smart_sort(data.keys(),
x_field
)
77
x_field
= test_view_field_dict[x_axis]
79
query_fields_list = [
x_field
, y_field, 'status','COUNT(status)']
87
group_by = '%s, %s, status' % (
x_field
, y_field)
90
return status_data(rows,
x_field
, y_field, query_reasons)
Completed in 119 milliseconds