OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DSI
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp
252
namespace
DSI
{
254
extern template class BasicStringPiece<int>; // expected-error {{explicit instantiation of undefined template 'spec_vs_expl_inst::
DSI
::BasicStringPiece<int>'}}
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Types.h
221
M4OSA_UChar*
DSI
; /* Decoder Specific Info: May be M4OSA_NULL
223
M4OSA_UInt8 dsiSize; /*
DSI
size, always 9 bytes for AMR */
270
M4OSA_UChar*
DSI
; /* Decoder Specific Info: May be M4OSA_NULL
272
M4OSA_UInt8 dsiSize; /*
DSI
size, always 7 bytes for H263 */
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Writer.c
289
// Remove the hardcoded
DSI
values of H264Block2
672
mMp4FileDataPtr->audioTrackPtr->
DSI
= M4OSA_NULL;
773
/*Use given
DSI
if passed, else use default value*/
776
/*amr
DSI
is 9 bytes long !*/
781
mMp4FileDataPtr->audioTrackPtr->
DSI
=
783
(M4OSA_Char *)"audioTrackPtr->
DSI
");
784
ERR_CHECK(mMp4FileDataPtr->audioTrackPtr->
DSI
!= M4OSA_NULL,
787
(void *)mMp4FileDataPtr->audioTrackPtr->
DSI
,
793
mMp4FileDataPtr->audioTrackPtr->
DSI
=
796
0; /*but the actual static
dsi
is 9 bytes !*
2848
M4OSA_UInt8
dsi
= 0;
local
[
all
...]
Completed in 3804 milliseconds