OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:videoOnly
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/utility/include/
file_recorder.h
67
// Only video data will be recorded if
videoOnly
is true. amrFormat
74
bool
videoOnly
= false) = 0;
/external/webrtc/webrtc/modules/utility/source/
file_recorder_impl.h
68
bool
videoOnly
= false) override
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java
82
int videoFormat, int outFormat, String outFile, boolean
videoOnly
) {
85
if (!
videoOnly
) {
97
if (!
videoOnly
) {
229
int videoFormat, int outFormat, String outFile, boolean
videoOnly
,
236
if (!
videoOnly
) {
249
if (!
videoOnly
) {
375
int videoFormat, int outFormat, String outFile, boolean
videoOnly
) {
377
if (!
videoOnly
) {
389
if (!
videoOnly
) {
567
k == 0 ? true : false /*
videoOnly
*/, null)
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java
223
int outFormat, String outFile, boolean
videoOnly
) {
229
if (!
videoOnly
) {
241
if (!
videoOnly
) {
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp
168
ctx->mCablProp.
videoOnly
= true;
170
ctx->mCablProp.
videoOnly
= false;
407
if(ctx->mCablProp.
videoOnly
)
414
if(ctx->mCablProp.
videoOnly
)
[
all
...]
hwc_utils.h
113
bool
videoOnly
;
Completed in 5233 milliseconds