OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptr_enc_str_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_g722.cc
27
:
ptr_enc_str_
(NULL),
71
ptr_enc_str_
= new ACMG722EncStr;
72
if (
ptr_enc_str_
!= NULL) {
73
ptr_enc_str_
->inst = NULL;
74
ptr_enc_str_
->inst_right = NULL;
82
if (
ptr_enc_str_
!= NULL) {
83
if (
ptr_enc_str_
->inst != NULL) {
84
WebRtcG722_FreeEncoder(
ptr_enc_str_
->inst);
85
ptr_enc_str_
->inst = NULL;
87
if (
ptr_enc_str_
->inst_right != NULL)
[
all
...]
acm_g722.h
53
ACMG722EncStr*
ptr_enc_str_
;
member in class:webrtc::acm2::ACMG722
Completed in 344 milliseconds