Home
last modified time | relevance | path

Searched refs:controlFlags (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSACdec/src/
Dsac_dec.cpp1117 UINT nSamples, UINT controlFlags, int numInputChannels, in SpatialDecApplyParameterSets() argument
1130 int bypassMode = (controlFlags & MPEGS_BYPASSMODE) ? 1 : 0; in SpatialDecApplyParameterSets()
1412 int controlFlags; in SpatialDecApplyFrame() local
1420 controlFlags = *pControlFlags; in SpatialDecApplyFrame()
1431 controlFlags |= MPEGS_CONCEAL; in SpatialDecApplyFrame()
1449 controlFlags |= MPEGS_CONCEAL; in SpatialDecApplyFrame()
1459 controlFlags |= MPEGS_CONCEAL; in SpatialDecApplyFrame()
1465 (controlFlags & MPEGS_CONCEAL) in SpatialDecApplyFrame()
1476 if (controlFlags & MPEGS_CONCEAL) { in SpatialDecApplyFrame()
1489 controlFlags |= MPEGS_CONCEAL; in SpatialDecApplyFrame()
[all …]
Dsac_dec_lib.cpp1519 UINT initControlFlags = 0, controlFlags = 0; in mpegSurroundDecoder_Apply() local
1567 controlFlags |= MPEGS_CONCEAL; in mpegSurroundDecoder_Apply()
1578 controlFlags |= MPEGS_CONCEAL; in mpegSurroundDecoder_Apply()
1584 controlFlags |= MPEGS_CONCEAL; in mpegSurroundDecoder_Apply()
1599 controlFlags |= MPEGS_BYPASSMODE; in mpegSurroundDecoder_Apply()
1648 controlFlags |= MPEGS_CONCEAL; in mpegSurroundDecoder_Apply()
1658 initControlFlags = controlFlags; in mpegSurroundDecoder_Apply()
1711 pTimeOut, *frameSize, &controlFlags, *nChannels, mapDescr); in mpegSurroundDecoder_Apply()
1722 if (((controlFlags & MPEGS_CONCEAL) && in mpegSurroundDecoder_Apply()
1733 if ((err == MPS_OK) && !(controlFlags & MPEGS_BYPASSMODE) && in mpegSurroundDecoder_Apply()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp1109 const vk::VkQueryControlFlags controlFlags[] = { 0, vk::VK_QUERY_CONTROL_PRECISE_BIT }; in init() local
1112 for (int controlFlagIdx = 0; controlFlagIdx < DE_LENGTH_OF_ARRAY(controlFlags); ++controlFlagIdx) in init()
1148 testVector.queryControlFlags = controlFlags[controlFlagIdx]; in init()