OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iFrames
(Results
1 - 2
of
2
) sorted by null
/external/opencore/fileformats/id3parcom/src/
pv_id3_parcom.cpp
112
iFrames
.clear();
354
aFrames =
iFrames
;
362
for (i = 0; i <
iFrames
.size(); i++)
364
if (pv_mime_strcmp(
iFrames
[i]->key, aFrameType.get_str()) == 0)
366
return PushFrameToFrameVector(
iFrames
[i], aFrameVector);
377
for (i = 0; i <
iFrames
.size(); i++)
379
if (pv_mime_strcmp(
iFrames
[i]->key, aFrameType.get_str()) == 0)
404
// Find an existing entry in
iFrames
with matching frame type
406
for (i = 0; status == PVMFSuccess && i <
iFrames
.size(); i++)
408
status = GetFrameTypeFromKvp(
iFrames
[i], frameID, existingFrameType)
[
all
...]
/external/opencore/fileformats/id3parcom/include/
pv_id3_parcom.h
[
all
...]
Completed in 347 milliseconds