Lines Matching refs:findInt32
402 if (!format->findInt32("width", &width) || !format->findInt32("height", &height)) { in AllocateGraphicBuffer()
775 (void)mFormat->findInt32(KEY_MAX_INPUT_SIZE, &capacity); in requestNewBuffer()
812 (void)mFormat->findInt32(KEY_MAX_INPUT_SIZE, &capacity); in toArrayMode()
1626 if (buffer->meta()->findInt32("eos", &tmp) && tmp) { in queueInputBufferInternal()
1631 if (buffer->meta()->findInt32("csd", &tmp) && tmp) { in queueInputBufferInternal()
1918 (void)buffer->format()->findInt32("android._dataspace", (int32_t *)&dataSpace); in renderOutputBuffer()
2177 (void)inputFormat->findInt32(KEY_MAX_INPUT_SIZE, &capacity); in start()
2354 if (outputFormat->findInt32(KEY_CHANNEL_COUNT, &channelCount) in start()
2355 && outputFormat->findInt32(KEY_SAMPLE_RATE, &sampleRate)) { in start()
2358 if (!outputFormat->findInt32("encoder-delay", &delay)) { in start()
2361 if (!outputFormat->findInt32("encoder-padding", &padding)) { in start()
2642 if (outputFormat->findInt32(KEY_CHANNEL_COUNT, &channelCount) in handleWork()
2643 && outputFormat->findInt32(KEY_SAMPLE_RATE, &sampleRate)) { in handleWork()