OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recording
(Results
151 - 175
of
1492
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_record_jni.h
27
const uint32_t N_REC_CHANNELS = 1; // default is mono
recording
63
bool
Recording
() const { return _recording; }
135
JNIEnv* _jniEnvRec; // The JNI env for
recording
thread
/external/chromium_org/third_party/webrtc/tools/loopback_test/
stat_tracker.js
30
var
recording
= true;
55
recording
= false;
64
if (!
recording
) return;
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
hardware_before_streaming_test.cc
40
"Either you have no
recording
/ playout device "
73
// Check
recording
side.
99
// Check playout side (see
recording
side test for more info on GUIDs).
/external/skia/include/pipe/
SkGPipe.h
130
// should be no more drawing calls made into the
recording
canvas.
142
* Return the amount of bytes being used for
recording
. Note that this
151
* Attempt to reduce the storage allocated for
recording
by evicting
/frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp
51
/* Preset number to use for
recording
*/
58
/* Size of the
recording
buffer queue */
93
/* Callback for
recording
buffer queue events */
113
/* Callback for
recording
buffer queue events */
163
/* Source of audio data for the
recording
*/
246
fprintf(stderr, "Error retrieving
recording
preset as %u instead of %u\n", presetRetrieved,
260
/* Set up the recorder callback to get events during the
recording
*/
278
/* Initialize the callback and its context for the
recording
buffer queue */
298
/* Start
recording
*/
310
/* End of
recording
*/
[
all
...]
/packages/apps/Camera/res/raw/
backdropper.graph
74
//
Recording
output
78
recording
= false;
83
// will be set when
recording
starts
goofy_face.graph
98
//
Recording
output
102
recording
= false;
107
// will be set when
recording
starts
/packages/apps/Camera2/res/raw/
backdropper.graph
74
//
Recording
output
78
recording
= false;
83
// will be set when
recording
starts
goofy_face.graph
98
//
Recording
output
102
recording
= false;
107
// will be set when
recording
starts
/packages/apps/Gallery2/res/raw/
backdropper.graph
74
//
Recording
output
78
recording
= false;
83
// will be set when
recording
starts
goofy_face.graph
98
//
Recording
output
102
recording
= false;
107
// will be set when
recording
starts
/packages/apps/LegacyCamera/res/raw/
backdropper.graph
74
//
Recording
output
78
recording
= false;
81
// will be set when
recording
starts
goofy_face.graph
97
//
Recording
output
101
recording
= false;
104
// will be set when
recording
starts
/device/generic/goldfish/camera/
CallbackNotifier.h
84
/* Enables video
recording
.
96
/* Disables video
recording
.
122
/* Checks id video
recording
is enabled.
128
*
recording
status.
130
* true if video
recording
is enabled, or false if it is disabled.
229
/* Video
recording
status. */
/packages/apps/Camera2/src/com/android/camera/
VideoUI.java
52
//
recording
is stopped in capture intent.
190
public void showRecordingUI(boolean
recording
) {
191
mRecordingStarted =
recording
;
192
if (
recording
) {
257
* Shows or hides video
recording
hints.
259
* @param show shows video
recording
hints when true, hides it otherwise.
/cts/suite/audio_quality/lib/include/audio/
Buffer.h
29
* Buffer passed for audio playback and
recording
124
// data stored for playback / to store for
recording
/external/chromium_org/media/audio/mac/
audio_input_mac.h
47
// Allocates and prepares the memory that will be used for
recording
.
50
// Sends a buffer to the audio driver for
recording
.
/external/chromium_org/remoting/host/
audio_scheduler.h
42
// Starts the
recording
session.
45
// Stops the
recording
session.
/external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder_unittest.cc
200
// Enable
recording
only the sent media.
210
// Enable
recording
only the received meida.
218
// Enable
recording
both the sent and the received video.
223
// Enable
recording
only headers.
254
// Fisrt start
recording
header and then start
recording
media. Verify that
277
// Enable
recording
both sent and received.
309
// Enable
recording
both sent and received.
/external/chromium_org/third_party/webrtc/modules/utility/interface/
file_recorder.h
53
// Stop
recording
.
57
// Return true if
recording
.
/external/deqp/doc/testspecs/GLES3/
functional.transform_feedback.txt
25
+
Recording
of user-defined fragment outputs
30
+
Recording
of built-in output variables
/packages/apps/FMRadio/src/com/android/fmradio/
FmListener.java
67
//
Recording
96
//
Recording
/external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.mm
224
_id, " Cannot init mic when
recording
");
230
_id, "
Recording
device is not specified");
437
available = false; // Stereo
recording
not supported on iOS
448
" Stereo
recording
is not supported on this platform");
650
"
Recording
already initialized");
747
// Try to initialize the
recording
side
805
"
Recording
already initialized - InitPlayOrRecord() not called");
829
"
Recording
already started");
835
"
Recording
already initialized");
841
"
Recording
device is not specified")
[
all
...]
/developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/res/values/
base-strings.xml
29
can also enable
recording
of coordinates and when it pairs back
/development/samples/browseable/SpeedTracker/Application/res/values/
base-strings.xml
29
can also enable
recording
of coordinates and when it pairs back
Completed in 481 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>