Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec.cpp1139 UINT nSamples, UINT controlFlags, int numInputChannels, in SpatialDecApplyParameterSets() argument
1152 int bypassMode = (controlFlags & MPEGS_BYPASSMODE) ? 1 : 0; in SpatialDecApplyParameterSets()
1449 int controlFlags; in SpatialDecApplyFrame() local
1458 controlFlags = *pControlFlags; in SpatialDecApplyFrame()
1469 controlFlags |= MPEGS_CONCEAL; in SpatialDecApplyFrame()
1487 controlFlags |= MPEGS_CONCEAL; in SpatialDecApplyFrame()
1497 controlFlags |= MPEGS_CONCEAL; in SpatialDecApplyFrame()
1503 (controlFlags & MPEGS_CONCEAL) in SpatialDecApplyFrame()
1514 if (controlFlags & MPEGS_CONCEAL) { in SpatialDecApplyFrame()
1527 controlFlags |= MPEGS_CONCEAL; in SpatialDecApplyFrame()
[all …]
Dsac_dec_lib.cpp1536 UINT initControlFlags = 0, controlFlags = 0; in mpegSurroundDecoder_Apply() local
1587 controlFlags |= MPEGS_CONCEAL; in mpegSurroundDecoder_Apply()
1598 controlFlags |= MPEGS_CONCEAL; in mpegSurroundDecoder_Apply()
1604 controlFlags |= MPEGS_CONCEAL; in mpegSurroundDecoder_Apply()
1619 controlFlags |= MPEGS_BYPASSMODE; in mpegSurroundDecoder_Apply()
1668 controlFlags |= MPEGS_CONCEAL; in mpegSurroundDecoder_Apply()
1678 initControlFlags = controlFlags; in mpegSurroundDecoder_Apply()
1729 TDinput, NULL, NULL, pTimeOut, *frameSize, &controlFlags, *nChannels, in mpegSurroundDecoder_Apply()
1741 if (((controlFlags & MPEGS_CONCEAL) && in mpegSurroundDecoder_Apply()
1752 if ((err == MPS_OK) && !(controlFlags & MPEGS_BYPASSMODE) && in mpegSurroundDecoder_Apply()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp1207 const vk::VkQueryControlFlags controlFlags[] = { 0, vk::VK_QUERY_CONTROL_PRECISE_BIT }; in init() local
1210 for (int controlFlagIdx = 0; controlFlagIdx < DE_LENGTH_OF_ARRAY(controlFlags); ++controlFlagIdx) in init()
1263 testVector.queryControlFlags = controlFlags[controlFlagIdx]; in init()