Searched defs:specific (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp13 * See the License for the specific language governing permissions and
534 bool specific = false; local
535 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
537 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
540 if (!specific) {
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp13 * See the License for the specific language governing permissions and
207 // If a specific codec is requested, skip the non-matching ones.
483 ALOGE("Malformed AVC codec specific data.");
863 /////////////////// Codec-specific ////////////////////////
2967 const CodecSpecificData *specific = local
2970 size_t size = specific->mSize;
2977 CHECK(info->mSize >= specific->mSize + 4);
2983 specific->mData, specific->mSize);
2985 CHECK(info->mSize >= specific
3591 CodecSpecificData *specific = local
[all...]

Completed in 205 milliseconds