OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iFrame
(Results
1 - 8
of
8
) sorted by null
/external/webkit/WebCore/loader/archive/
ArchiveResourceCollection.cpp
52
Vector<RefPtr<Archive> >::const_iterator
iFrame
= subframes.begin();
55
for (;
iFrame
!= endFrame; ++
iFrame
) {
56
ASSERT((*
iFrame
)->mainResource());
57
const String& frameName = (*
iFrame
)->mainResource()->frameName();
59
m_subframes.set(frameName,
iFrame
->get());
/external/opencore/fileformats/mp3/parser/src/
imp3ff.cpp
553
PvmiKvpSharedPtrVector
iFrame
;
716
PvmiKvpSharedPtrVector
iFrame
;
744
pMP3Parser->GetMetaData(aKeyList[lcv],
iFrame
);
745
if (
iFrame
.size() > 1) //multiple id3 frames exist for this key.
750
while (
iFrame
.size() > 0)
755
char *key = (*(
iFrame
.back())).key;
756
int32 len = (*(
iFrame
.back())).length;
771
KeyVal.capacity = (*(
iFrame
.back())).capacity;
782
oscl_strncpy(KeyVal.value.pWChar_value , (*(
iFrame
.back())).value.pWChar_value, len);
787
oscl_strncpy(KeyVal.value.pChar_value , (*(
iFrame
.back())).value.pChar_value, len)
[
all
...]
/external/opencore/codecs_v2/video/avc_h264/enc/include/
pvavcencoderinterface.h
296
uint8 *
iFrame
;
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
cvei.h
298
uint8 *
iFrame
;
/external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp
[
all
...]
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
pvm4vencoder.cpp
204
iOutputData[oindx]->
iFrame
= iVideoOut;
224
iOutputData[oindx]->
iFrame
= iVideoOut = (uint8*)vid_out.yChan;
[
all
...]
/external/icu4c/i18n/
rematch.cpp
[
all
...]
/external/opencore/codecs_v2/video/avc_h264/enc/src/
pvavcencoder.cpp
564
aVidOut->
iFrame
= recon.YCbCr[0];
Completed in 443 milliseconds