HomeSort by relevance Sort by last modified time
    Searched defs:specifics (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/test/
fake_encoder.cc 80 CodecSpecificInfo specifics; local
81 memset(&specifics, 0, sizeof(specifics));
82 specifics.codecType = kVideoCodecGeneric;
83 specifics.codecSpecific.generic.simulcast_idx = i;
111 if (callback_->Encoded(encoded, &specifics, NULL) != 0)
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 196 Intent[] specifics = new Intent[1]; local
199 specifics[0] = new Intent(Intent.ACTION_EDIT, uri);
221 specifics, // These specific options must appear first.
222 intent, // These Intent objects map to the options in specifics.
224 items // The menu items generated from the specifics-to-
  /external/arm-optimized-routines/test/rtest/
dotest.c 820 static uint32 *specifics = NULL; local
    [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 1794 CodecSpecificInfo specifics; local
    [all...]

Completed in 174 milliseconds