OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convResult
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
410
DrmBuffer *
convResult
= new DrmBuffer(NULL, 0);
425
convResult
->data = new char[convSession->output.fromConvertData.numBytes];
427
if (NULL !=
convResult
->data) {
428
convResult
->length = convSession->output.fromConvertData.numBytes;
429
memcpy(
convResult
->data,
431
convResult
->length);
439
return new DrmConvertedStatus(getConvertedStatus(retStatus),
convResult
, offset);
445
DrmBuffer *
convResult
= new DrmBuffer(NULL, 0);
458
convResult
->data = new char[FWD_LOCK_SIGNATURES_SIZE];
460
if (NULL !=
convResult
->data)
[
all
...]
/external/webrtc/webrtc/modules/video_capture/windows/
device_info_ds.cc
200
int
convResult
= 0;
203
convResult
= WideCharToMultiByte(CP_UTF8, 0,
208
if (
convResult
== 0)
224
(char *) deviceNameUTF8,
convResult
);
231
convResult
= WideCharToMultiByte(
239
if (
convResult
== 0)
Completed in 432 milliseconds